Skip to content

Commit 560a2c5

Browse files
authored
Merge pull request #142 from GoekeLab/contributing
Create CONTRIBUTING.md
2 parents 4e243b8 + 9119d79 commit 560a2c5

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## How to contribute to m6Anet
2+
3+
#### **Did you find a bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/GoekeLab/m6anet/issues).
6+
7+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/GoekeLab/m6anet/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
8+
9+
#### **Did you write a patch that fixes a bug?**
10+
11+
* Open a new GitHub pull request with the patch.
12+
13+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
14+
15+
* Before submitting, please read the [PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008/) to know more about coding conventions used in m6Anet.
16+
17+
#### **Do you intend to add a new feature or change an existing one?**
18+
19+
* Suggest your change in the [Discussions (ideas)](https://github.com/GoekeLab/m6anet/discussions/categories/ideas)
20+
21+
* Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.
22+
23+
#### **Do you have questions about the source code, publication, or use cases of m6Anet?**
24+
25+
* Ask any question about how to use m6Anet, where to find data sets, or possible extensions in the [Discussions (Q&A)](https://github.com/GoekeLab/m6anet/discussions/categories/q-a).
26+
27+
#### **Have you used m6Anet and was it helpful for your research?**
28+
29+
* Let us and the community know how you used m6Anet! You can post a summary with links to a preprint or manuscript in the [Discussions (show and tell)](https://github.com/GoekeLab/m6anet/discussions/categories/show-and-tell)
30+
31+
Thanks! :heart: :heart: :heart:
32+
33+
the m6Anet team
34+
35+
## Attribution
36+
37+
These community contribution guidelines are adapted from Ruby on Rails contribution guidelines available at https://github.com/rails/rails/blob/main/CONTRIBUTING.md

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,11 @@ In order to run the Arabidopsis model, please add the following command when run
284284
# Getting help
285285
We appreciate your feedback and questions! You can report any error or suggestion related to m6Anet as an issue on [github](https://github.com/GoekeLab/m6anet/issues). If you have questions related to the manuscript, data, or any general comment or suggestion please use the [Discussions](https://github.com/GoekeLab/m6anet/discussions).
286286
287-
Thank you!
287+
### Contribution
288+
289+
We appreciate contributions on bug fixes and potential new features. Please read our [Contribution Guidelines](https://github.com/GoekeLab/m6anet/blob/master/CONTRIBUTING.md) for more information.
288290
291+
Thank you!
289292
290293
# Citing m6Anet
291294

0 commit comments

Comments
 (0)