You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Agreed upon by Sarisha Das, Sarah Gauthier, Yuheng Ouyang and Harry Yau.
3
+
Agreed upon by Sarisha Das, Sarah Gauthier, Yuheng Ouyang and Harry Yau.
4
4
5
5
Contributions of all kinds are welcome here, and they are greatly appreciated!
6
6
Every little bit helps, and credit will always be given.
@@ -9,15 +9,15 @@ Every little bit helps, and credit will always be given.
9
9
10
10
You can contribute in many ways, for example:
11
11
12
-
*[Report bugs](#report-bugs)
13
-
*[Fix Bugs](#fix-bugs)
14
-
*[Implement Features](#implement-features)
15
-
*[Write Documentation](#write-documentation)
16
-
*[Submit Feedback](#submit-feedback)
12
+
-[Report bugs](#report-bugs)
13
+
-[Fix Bugs](#fix-bugs)
14
+
-[Implement Features](#implement-features)
15
+
-[Write Documentation](#write-documentation)
16
+
-[Submit Feedback](#submit-feedback)
17
17
18
18
### Report Bugs
19
19
20
-
Report bugs at https://github.com/UBC-MDS/wordguess/issues.
20
+
Report bugs at <https://github.com/UBC-MDS/wordguess/issues>.
21
21
22
22
**If you are reporting a bug, please follow the template guidelines. The more
23
23
detailed your report, the easier and thus faster we can help you.**
@@ -50,16 +50,16 @@ to let us know what you will be working on so that we can provide you with guida
50
50
### Submit Feedback
51
51
52
52
The best way to send feedback is to file an issue at
53
-
https://github.com/UBC-MDS/wordguess/issues. If your feedback fits the format of one of
53
+
<https://github.com/UBC-MDS/wordguess/issues>. If your feedback fits the format of one of
54
54
the issue templates, please use that. Remember that this is a volunteer-driven
55
55
project and everybody has limited time.
56
56
57
-
## Get Started!
57
+
## Get Started
58
58
59
59
Ready to contribute? Here's how to set up wordguess for
60
60
local development.
61
61
62
-
1. Fork the https://github.com/UBC-MDS/wordguess
62
+
1. Fork the <https://github.com/UBC-MDS/wordguess>
63
63
repository on GitHub.
64
64
2. Clone your fork locally (*if you want to work locally*)
65
65
@@ -108,7 +108,9 @@ Before you submit a pull request, check that it meets these guidelines:
108
108
It needs to pass all of them before it can be considered for merging.
109
109
110
110
### Code Style
111
+
111
112
Your suggested code should follow [PEP 8](https://pep8.org/) Python style guide. We recommend [black](https://black.readthedocs.io/) for automatic code formatting and [flake8](https://flake8.pycqa.org/) for linting. Use straightforward variable names and keep functions focused on one single task. Docstrings need to be documented under all functions and classes definitions using [NumPy style](https://peps.python.org/pep-0008/#documentation-strings).
112
113
113
114
## Code of Conduct
115
+
114
116
Please not that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
0 commit comments