Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.32 KB

contributing.md

File metadata and controls

26 lines (17 loc) · 1.32 KB

Contributing

The development of <project> is published on this website and everyone is welcome to contribute.

Suggestions

If you have any suggestions or bug reports for <project>, follow these steps:

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

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 <project>.
  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.

Wiki

In case you are interested in creating wiki content, feel free to take a look at our community-driven wiki. It is open to the public and everyone can contribute as they wish.