Skip to content

Commit 4a6b7b6

Browse files
committed
Add a contributing.md guide
1 parent cc08052 commit 4a6b7b6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CONTRIBUTING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing Guidelines
2+
3+
**First off, thank you for considering contributing to our project!**
4+
5+
These are some of the many ways to contribute:
6+
7+
* Submitting bug reports and feature requests
8+
* Fixing typos and improving the documentation
9+
* Writing code for everyone to use
10+
11+
12+
## Reporting bugs
13+
14+
You can report a bug here: https://github.com/RNAcentral/GO_Flow_LLM/issues. If you find something wrong, or have some weird edge case that causes you a problem, please do report it! Even better, if you can figure out how to fix it!
15+
16+
Use the issues system to submit feature requests as well, but bear in mind this tool is developed by a small team and we might take a while to get to feature requests
17+
18+
19+
## Documentation
20+
21+
The documentation for GOFlowLLM is largely the README in this repo, and the paper. It may be the case that people want to use this tool more broadly, in which case having some better documentation would be excellent. If you manage to get things working for your use case, it would be very helpful to have that documented so others can follow in your footsteps!
22+
23+
## Code contributions
24+
25+
We would welcome any code contributions that improve the reliability of the system, or add extra functionality. We haven't got any CI/CD in place yet, so any code contributions will have to be carefully manually reviewed and tested. But if you have something to contribute, please do!
26+
27+
The way we would expect this to happen would be via a pull request from a fork you make. Base your PR on the main branch of this repo.

0 commit comments

Comments
 (0)