Skip to content

Commit

Permalink
Create contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarAkaElvis authored Oct 20, 2019
1 parent 88f440c commit ede7e99
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributing

Hello, thank you for your interest into contributing to this project. Your help is really appreciated.

Please note we have a [Code of Conduct], please follow it in all your interactions with the project.

---

## Git Workflow Policy

1. Direct push to [Master] is not allowed.
2. Pull Requests to [Master] are not allowed.
3. Usually, commits and pull requests should be done on [Dev] branch. If you have any doubt, don't hesitate to ask first.
4. Temporary branches may be existing for specific features, be pretty sure that the branch you are going to commit on is the right one. Ask first if you have any doubt.
5. Any branch will be finally merged to [Dev], there it will be reviewed and tested deeply before being merged to [Master].
6. All merges from [Dev] to [Master] are a new `evil-winrm` release. This merges to [Master] will be performed and reviewed exclusively by the staff.

---

[Code of Conduct]: CODE_OF_CONDUCT.md
[Master]: https://github.com/Hackplayers/evil-winrm/tree/master
[Dev]: https://github.com/Hackplayers/evil-winrm/tree/dev

0 comments on commit ede7e99

Please sign in to comment.