Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.03 KB

contribute.md

File metadata and controls

18 lines (12 loc) · 1.03 KB

Adding something to devdeals

If you have a great deal to contribute, this is how you do it.

You'll need a GitHub account!

  1. Access the devdeal's GitHub page. For example: https://github.com/devdeals/devdeals
  2. Click on the readme.md.
  3. Now click on the edit icon.
  4. You can start editing the text of the file in the in-browser editor. You can use GitHub Flavored Markdown.
  5. Say why you're proposing the changes, and then click on "Propose file change".
  6. Submit the pull request!

Updating your Pull Request

Sometimes, a maintainer of devdeals will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines.

Here is a write up on how to change a Pull Request, and the different ways you can do that.