Files
FHeD/.github/CONTRIBUTING.md
2020-08-04 15:03:19 +01:00

1.7 KiB

Introduction

Welcome!

First off, thank you for considering contributing to FHeD!

Project philosophy

Project philosophy goes here

Roadmap

If you want to know more about the project direction or looking for something to work on, checkout the roadmap! Feel free to open an issue if you have any questions.

Ground Rules

Code of conduct and guidelines

First of all, we expect everyone (contributors and maintainers alike) to respect the Code of conduct. It is not a recommendation, it is mandatory.

For all contributions, please respect the following guidelines:

  • Each pull request should implement ONE feature or bugfix. If you want to add or fix more than one thing, submit more than one pull request.
  • Do not commit changes to files that are irrelevant to your feature or bugfix (eg: .gitignore).
  • Do not add unnecessary dependencies.
  • Be aware that the pull request review process is not immediate, and is generally proportional to the size of the pull request.

Getting started

Discuss about ideas

If you want to add a feature, it's often best to talk about it before starting working on it and submitting a pull request. It's not mandatory at all, but feel free to open an issue to present your idea.

How to submit a contribution

The general process to submit a contribution is as follow:

  1. Create your own fork of the code
  2. Do the changes in your fork
  3. Make sure to fill the pull request description properly.

Happy coding 🤘