Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Last active June 1, 2021 16:07
Show Gist options
  • Save jonasbn/71e9524a0ff38d16279bbdcd2c26a5d2 to your computer and use it in GitHub Desktop.
Save jonasbn/71e9524a0ff38d16279bbdcd2c26a5d2 to your computer and use it in GitHub Desktop.
Generic contribution guidelines (CONTRIBUTING.md)

Contributing

These are the guidelines for contributing to this repository.

Issues

File an issue if you think you've found a bug. Please describe the following:

  1. What version of the involved component was used
  2. What environment was the component used in (OS, Perl version etc.)
  3. What was expected
  4. What actually occurred
  5. What had to be done to reproduce the issue

Please use the issue template.

Patches

Patches for fixes, features, and improvements are accepted via pull requests.

Pull requests should be based on the master branch, unless you want to contribute to an active branch for a specific topic.

Please use the PR template.

Coding guidelines are basic, please use:

  • EditorConfig configuration included in repository as .editorconfig

Do note that the repository uses probot, so if you write comments formatted as:

# @todo You have an in issue in your heading
# @body But a descriptive body

The TODO bot will the create a GitHub issue automatically upon push to the repository.

All contributions are welcome and most will be accepted.

Licensing and Copyright

Please note that accepted contributions are included in the repository and hence under the same license as the repository contributed to.

Acknowledgement and Mentions

Please note that all contributions are acknowledged and contributors are mentioned by available identification, if you as a contributor would prefer not to be mentioned explicitly please indicate this, PR mechanics cannot be ignored.

If you prefer to be mentioned in a specific manner other than by GitHub handle or similar please indicate this and accommodation will be attempted, limited only be the means available,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment