Skip to content

Commit 02079fe

Browse files
committed
init: CONTRIBUTING.md
1 parent 473ee9b commit 02079fe

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Things to remember
2+
3+
**Commits**
4+
5+
* Write clear meaningful git commit messages (Do read http://chris.beams.io/posts/git-commit/)
6+
* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests )
7+
* When you make very very minor changes to a PR of yours (like for example fixing a failing travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterwards so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git )
8+
* When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.
9+
* Do remember to add a description to your pull request.
10+
11+
**Code Styleguide**
12+
13+
* Do follow the .editorconfig file regarding maintaining of code style (It's mandatory).
14+
* For more information regarding .editorconfig file, see [editorconfig](http://editorconfig.org/#download)
15+
16+
**Feature Requests and Bug Reports**
17+
18+
* When you file a feature request or when you are submitting a bug report to the [issue tracker](https://github.com/MFOSSociety/MFOSSociety.github.io/issues), make sure you add steps to reproduce it. Especially if that bug is some weird/rare one.
19+
20+
**Join the development**
21+
22+
* Before you join development, please set up the project on your local machine, run it and go through the application completely. Press on any button you can find and see where it leads to. Explore. (Don't worry ... Nothing will happen to the app or to you due to the exploring :wink: Only thing that will happen is, you'll be more familiar with what is where and might even get some cool ideas on how to improve various aspects of the app.)
23+
* If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please free to drop in a comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Visit :** https://mfossociety.github.io/
77

88

9-
## Things you should know before contributing:
9+
## Things you should know before contributing
1010

1111
- All pull requests need to be associated to an issue.
1212
- All PRs need to be assigned to the person working on it.
@@ -38,8 +38,9 @@
3838
**Now you can start working on issues.**
3939

4040

41-
## How to add yourself to developer section to the website:
42-
- Choose any current mentor and seek permission before making Pull Request
41+
## How to add yourself to developer section to the website
42+
43+
- Choose any current mentor and seek permission before making **Pull Request**
4344
- Size of the profile image - 240x240 px
4445
- Upload the picture to the img/students folder - with a suitable name
4546
- Add yourself to the `_data/students.yml file` as shown below

0 commit comments

Comments
 (0)