Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.28 KB

CONTRIBUTING.md

File metadata and controls

40 lines (27 loc) · 2.28 KB

Contributing to Awesome Credit Modeling

Thank you for your interest and for taking the time to contribute!

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Make sure your resource is useful before submitting. That implies it being relevant to the topic and providing a perspective or insight not given by the current itens.
  • Make an individual pull request for each suggestion.
  • The commit message subject should idealy follow the Add [Main Author], [Publication Year] format.
  • The commit message body should idealy follow the Add [Full Title] by [Main Author], [Publication Year] to the [Section] section format.
  • Titles should be capitalized.
  • Articles/book chapters should be listed with their full and exact titles.
  • New categories or improvements to the existing categorization are welcome.
    • When adding a new category, provide a brief explanation of your reasoning.
  • Check your spelling and grammar.
  • Make sure your text editor is set to remove trailing whitespace.

Thank you for your suggestions!

Adding something to the list

  1. Make sure you have a GitHub Account
  2. In the project page, click the README.md file
  3. Click on Edit this file (pencil icon)

Item 3 - Click on Edit

  1. An editor window will appear. Add your suggested change, making sure to follow the guidelines above.
  2. When you're done, describe your proposed changes, and then click on Propose file change.

Item 5 - Propose file change

  1. Finally, create your pull request

Item 6 - Create your pull request