Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eyad Hasan
weather
Commits
59a11f84
Commit
59a11f84
authored
Sep 21, 2016
by
Zach Knox
Browse files
Merge branch 'master' of git.gmu.edu:srct/weather
parents
b7465f48
a36f0145
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
0 → 100644
View file @
59a11f84
## On Contributing
<legend></legend>
### Working on Issues
First take a look at
[
github flow
](
https://guides.github.com/introduction/flow/
)
as this is how Go handles version control.
If you decide on taking on an already listed issue for Weather you will need to work in a branch off of master.
This can be done with:
`git branch issue##`
NOTE: replace "##" with the issue number that you are working on. (ie. issue42)
and then you need to checkout that branch in order to write code in it.
`git checkout issue##`
If you are working on something that does not have an issue please open a new issue before creating your branch.
### Commits & Their Messages
It is important to commit more often than not such that if we run into issues we can narrow down which commit started to cause issues.
Commit messages should follow the format:
#### Title -
Should fill in the blank: "This commit ______", for example:
if your commit adds a puppy to the homepage, its title should read "added puppy to homepage".
Additionally if you are closing an issue include:
(Closes #issue_number_here)
ex. "Complete the about page + TOS (Closes #36)"
#### Description -
Bullet points of some highlights from the commit.
They don't have to be super serious (see any of my commits) though just a tad bit of info is nice.
ex.
-
mostly talk about how great SRCT (and :zmknox:) is
-
lots of emoji
-
plus a short blurb on how we can ban you
[
Reference
](
https://git.gmu.edu/srct/go/commit/db89af2e4ffd06a6044d3301a3f7a45ced74799a
)
### Merging to Master
Open a
[
pull request
](
https://git.gmu.edu/srct/weather/merge_requests/new
)
with a descriptive enough title and description and we'll take one last look at your code before merging.
[
Reference
](
https://git.gmu.edu/srct/weather/merge_requests/4
)
--------------
This contribution guide was 95% taken from :dhaynes: on the SRCT Go project.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment