Add Github flow; fixes #924
This commit is contained in:
parent
dc704c3efe
commit
d4851b8e0f
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ If something is better suited to be a plugin for TShock, rather than a TShock co
|
|||
|
||||
These guidelines are for all contributors. Please join #pull-request on our Slack instance and ask about your idea first, if you're implementing a new feature, system, or changing an existing implementation. Pull requests that change large feature sets or swathes of code will be dissected for quality and purpose prior to approval, and requests that conflict with a team developer's work may be declined if the project is already being worked on internally, but not released. In addition, issues assigned to Nyx developers that are recent and fresh should be considered a no-go zone, while that developer works on their solution outside the scope of Github.
|
||||
|
||||
Even if you have write access to the repository, follow [Github flow](https://guides.github.com/introduction/flow/) when sending commits. Don't send commits directly to either ```master``` or ```general-devel``` unless those commits modify either the deploy scripts or non-code components. If it compiles, follow Github Flow.
|
||||
|
||||
Required:
|
||||
- Push code to the general-devel branch. Do not push it anywhere else.
|
||||
- Use tabs, not spaces.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue