-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88f440c
commit ede7e99
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |