-
Notifications
You must be signed in to change notification settings - Fork 79
Adding branch description to Contributing #2256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
7941067
6080742
73dca6f
7e86f7a
0d04d92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,14 @@ always take into consideration how these new features affect users and whether | |
or not adding a new section or document to the documentation (found under the | ||
`doc` folder) would be useful. | ||
|
||
###Repository branch structure | ||
|
||
The Qiita repository contains three branches: | ||
|
||
* `master`: This branch reflects the code deployed in our [main Qiita server](http://qiita.microbio.me). | ||
* `dev`: This branch is the active development branch. All new Pull Requests should be performed against this branch. | ||
* `release-candidate`: This branch is used to freeze the code from the `dev` branch, so we can deploy in our test servers and exercise the code extensively before deploying in our main system. | ||
|
||
|
||
###The Qiita development rules | ||
|
||
Since Qiita is a package that is continuously growing, we found ourselves in a position where development rules needed to be established so we can reduce both development and reviewer time. These rules are: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that the
###
is not being rendered as a title, see here. Seems to be a problem with a missing space between###
and the first letter in the title.