3
3
Thank you for your interest in contributing! There are a few ways you can contribute
4
4
to the AllenSDK project:
5
5
6
- * [ Answering User Questions] ( ##Answering-UserQuestions )
7
- * [ Adding test coverage] ( ###Testing-Guidelines )
8
- * [ Add Example Notebooks] ( ###Add -example-notebooks )
9
- * [ Reporting Bugs] ( ###Reporting-Bugs )
10
- * [ Requesting features] ( ###Suggesting-Features/Enhancements )
11
- * [ Contributing Code] ( ##Contributing-Code )
6
+ * [ Answering User Questions] ( #answering-user-questions )
7
+ * [ Adding test coverage] ( #testing-guidelines )
8
+ * [ Add Example Notebooks] ( #add -example-notebooks )
9
+ * [ Reporting Bugs] ( #reporting-bugs )
10
+ * [ Requesting features] ( #suggesting-featuresenhancements )
11
+ * [ Contributing Code] ( #contributing-code )
12
12
13
13
## Answering User Questions
14
14
A great way to contribute to the AllenSDK is to help answer user questions on
@@ -30,7 +30,7 @@ If there is no existing issue, create a new one. You should include:
30
30
* What you were expecting to happen
31
31
* How your system is configured (operating system, Python version)
32
32
33
- If you are comfortable addressing this issue yourself, take a look at the [ guide to contributing code] ( ## contributing-code ) below.
33
+ If you are comfortable addressing this issue yourself, take a look at the [ guide to contributing code] ( #contributing-code ) below.
34
34
35
35
### Add Example Notebooks
36
36
Adding example notebooks are a great way to contribute to documentation and help
@@ -80,10 +80,10 @@ Contributing code yourself can be a great way to include the features you want
80
80
in the AllenSDK.
81
81
82
82
To contribute code, please follow this list:
83
- * Read [ contributing guidelines] ( #Contributing -to-the-AllenSDK )
83
+ * Read [ contributing guidelines] ( #contributing -to-the-allensdk )
84
84
* Sign Contributor License Agreement (CLA)
85
- * Check if changes are consistent with [ Coding Style] ( ###Style-Guidelines )
86
- * [ Write Unit Tests] ( ###Testing-Guidelines )
85
+ * Check if changes are consistent with [ Coding Style] ( #style-guidelines )
86
+ * [ Write Unit Tests] ( #testing-guidelines )
87
87
* Run Unit Tests
88
88
* Make a pull request
89
89
0 commit comments