Skip to content

Instantly share code, notes, and snippets.

@olcortesb
Created June 18, 2023 21:26
Show Gist options
  • Save olcortesb/788310f20d5191da4880e17544b5db22 to your computer and use it in GitHub Desktop.
Save olcortesb/788310f20d5191da4880e17544b5db22 to your computer and use it in GitHub Desktop.
awscb-content-catalog-how to contribute

How to contribuite to 3sky/awscb-content-catalog

  1. Go to repository and make a fork https://github.com/3sky/awscb-content-catalog

Captura de pantalla 2023-06-18 a las 23 15 18

  1. Create fork with value by default

Captura de pantalla 2023-06-18 a las 23 17 04

  1. Go to terminal and do git clone
git clone https://github.com/olcortesb/awscb-content-catalog.git
  1. Make a new branch, example add/new-reference
git checkout -b add/new-refenrence
  1. Add your reference o change the readme.md file

  2. Commit to add/new-refernce branch

git commit -m "Add new reference"
  1. Git push
git push origin add/new-reference
  1. Go to your fork repository and create a new pull request

Captura de pantalla 2023-06-18 a las 23 24 58

  1. OK, the admin of targe repository receive yout request change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment