Skip to content
View marcialgarza's full-sized avatar
πŸ’­
Hybrid Status
πŸ’­
Hybrid Status

Block or report marcialgarza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marcialgarza/README.md

Introduction

Welcome to the C&P By Design Reference Guide! Here you will find information and guidance to developing software in Crude and Products.

  • Add your project logo.
  • Write a short introduction to the project.
  • If you are using badges, add them here.
block-beta
  columns 3
  a:3
  block:group1:2
    columns 2
    h i j k
  end
  g
  block:group2:3
    %% columns auto (default)
    l m n o p q r
  end

Loading
---
title: Example Git diagram
---
gitGraph
   commit
   commit
   branch develop
   checkout develop
   commit
   commit
   checkout main
   merge develop
   commit
   commit

Loading
---
title: Order example
---
erDiagram
    CUSTOMER ||--o{ ORDER : places
    ORDER ||--|{ LINE-ITEM : contains
    CUSTOMER }|..|{ DELIVERY-ADDRESS : uses

Loading
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
graph LR
A[Start] --> B{Is it working?}
B -->|Yes| C[Success]
B -->|No| D[Failure]
Loading

πŸ“’ Index

πŸ”° About

Add a detailed introduction about the project here, everything you want the reader to know.

⚑ Usage

Write about how to use this project.

πŸ”Œ Installation

  • Steps on how to install this project, to use it.
  • Be very detailed here, For example, if you have tools which run on different operating systems, write installation steps for all of them.
$ add installations steps if you have to.

πŸ“¦ Commands

  • Commands to start the project.

πŸ”§ Development

If you want other people to contribute to this project, this is the section, make sure you always add this.

πŸ““ Pre-Requisites

List all the pre-requisites the system needs to develop this project.

  • A tool
  • B tool

πŸ”© Development Environment

Write about setting up the working environment for your project.

  • How to download the project...
  • How to install dependencies...

πŸ“ File Structure

Add a file structure here with the basic details about files, below is an example.

.
β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ css
β”‚   β”‚   β”œβ”€β”€ index-ui.css
β”‚   β”‚   └── rate-ui.css
β”‚   β”œβ”€β”€ images
β”‚   β”‚   β”œβ”€β”€ icons
β”‚   β”‚   β”‚   β”œβ”€β”€ shrink-button.png
β”‚   β”‚   β”‚   └── umbrella.png
β”‚   β”‚   β”œβ”€β”€ logo_144.png
β”‚   β”‚   └── Untitled-1.psd
β”‚   └── javascript
β”‚       β”œβ”€β”€ index.js
β”‚       └── rate.js
β”œβ”€β”€ CNAME
β”œβ”€β”€ index.html
β”œβ”€β”€ rate.html
└── README.md
No File Name Details
1 index Entry point

πŸ”¨ Build

Write the build Instruction here.

πŸš€ Deployment

Write the deployment instruction here.

🌸 Community

If it's open-source, talk about the community here, ask social media links and other links.

πŸ”₯ Contribution

Your contributions are always welcome and appreciated. Following are the things you can do to contribute to this project.

  1. Report a bug
    If you think you have encountered a bug, and I should know about it, feel free to report it here and I will take care of it.

  2. Request a feature
    You can also request for a feature here, and if it will viable, it will be picked for development.

  3. Create a pull request
    It can't get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues from here and make a pull request.

If you are new to open-source, make sure to check read more about it here and learn more about creating a pull request here.

🌡 Branches

I use an agile continuous integration methodology, so the version is frequently updated and development is really fast.

  1. stage is the development branch.

  2. master is the production branch.

  3. No other permanent branches should be created in the main repository, you can create feature branches but they should get merged with the master.

Steps to work with feature branch

  1. To start working on a new feature, create a new branch prefixed with feat and followed by feature name. (ie. feat-FEATURE-NAME)
  2. Once you are done with your changes, you can raise PR.

Steps to create a pull request

  1. Make a PR to stage branch.
  2. Comply with the best practices and guidelines e.g. where the PR concerns visual elements it should have an image showing the effect.
  3. It must pass all continuous integration checks and get positive reviews.

After this, changes will be merged.

❗ Guideline

coding guidelines or other things you want people to follow should follow.

❓ FAQ

You can optionally add a FAQ section about the project.

πŸ“„ Resources

Add important resources here

πŸ“· Gallery

Pictures of your project.

🌟 Credit/Acknowledgment

Credit the authors here.

πŸ”’ License

Add a license here, or a link to it.

Popular repositories Loading

  1. github-slideshow github-slideshow Public

    A robot powered training repository πŸ€–

    HTML

  2. innersource innersource Public

  3. flexible-jekyll flexible-jekyll Public

    Forked from artemsheludko/flexible-jekyll

    Flexible-Jekyll is a simple and clean theme for Jekyll

    CSS

  4. simple_site simple_site Public

    Forked from kbroman/simple_site

    Minimal tutorial on making a simple website with GitHub Pages

    Ruby

  5. the-example-app.nodejs the-example-app.nodejs Public

    Forked from contentful/the-example-app.nodejs

    Example app for Contentful in node.js

    JavaScript

  6. marcialgarza marcialgarza Public