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

Latest commit

 

History

History
30 lines (22 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.3 KB

Thanks for contributing !

Getting Started

  • Make sure you have a GitHub account.
  • Check if your issue has already been discussed (or even fixed) earlier. You can search for existing issues.
  • Assuming it does not already exist, create a new issue.
    • Clearly describe the issue. In case you want to report a bug, include steps to reproduce it.
    • Make sure you fill in the requested details to provide as much information as possible.
  • Fork the repository on GitHub.

Making Changes

  • Create a topic branch from where you want to base your work.
    • This is usually the master branch.
    • Only target release branches if you are certain your fix must be on that branch.
    • To quickly create a topic branch based on the master branch:
      • git checkout -b issue/{issue-number} master
      • a good example is issue/7
  • Make commits of logical units and that messages are helpful.

Submitting Changes

  • Push your changes to the according topic branch in your fork of the repository.
  • Create a pull request to our repository.
  • Wait for feedback. The team looks at pull requests on a regular basis.

License

By contributing code, you grant its use under the GPLv3 or Later license.