Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from dimkauzh/dev
Browse files Browse the repository at this point in the history
Create CONTRIBUTING
  • Loading branch information
dimkauzh authored Jan 7, 2024
2 parents 7e34748 + ebd3e20 commit f09f520
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing
We are happy and welcome if you want to contribute to fusion engine. But please consider a few details before continuing:
- Branch: Please when working on your fork, work in the dev branch, because we only will accept commits to the dev branch. It will later be released with the next version of fusion.
- Explain: Please explain why this should be considered and merged.
- Test: Please test your code before even opening a new pull request.
- Documentation: Please, if your adding something new, like a feature, please document everything.

## Not following these rules
If we see a pull request that doesn't follow these rules, we will tell you that, and close the pull request.
We allow you to re-open a new pull request, but we expect you to have your code fixed.

0 comments on commit f09f520

Please sign in to comment.