Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

contributing.md

File metadata and controls

22 lines (15 loc) · 1.06 KB

Contributing

The development of afc-scout is published on this website and everyone is welcome to contribute.

Suggestions

If you have any suggestions or bug reports for afc-scout, follow these steps:

  1. Make sure the same is not already reported in issues.
  2. Open a new issue.

Pull Requests

If you want to contribute directly, it may be a good idea to create an issue first to discuss it. Then follow the steps:

  1. Fork afc-scout.
  2. Create a new branch with a descriptive name.
  3. Make your changes in the branch.
  4. Add notable changes to the changelog.md file.
  5. Make sure your changes are consistent with used conventions.
  6. Push all your changes to the branch.
  7. Submit a new pull request to the master branch.