Skip to content

Commit 310d178

Browse files
Merge pull request #45 from Pennyw0rth/neff-contr_coc-files
Create CONTRIBUTING.md
2 parents 771ed64 + 49a1c3a commit 310d178

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CONTRIBUTING.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Contributing to Transcriptase
2+
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
3+
4+
- Reporting a bug
5+
- Discussing the current state of the code
6+
- Submitting a fix
7+
- Proposing new features
8+
- Becoming a maintainer
9+
10+
## We Develop with GitHub
11+
We use github to host code, to track issues and feature requests, as well as accept pull requests.
12+
13+
## We Use [GitHub Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
14+
Pull requests are the best way to propose changes to the codebase (we use [GitHub Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
15+
16+
1. Fork the repo and create your branch from `master`.
17+
2. If you've added code that should be tested, add tests.
18+
3. Ensure the test suite passes.
19+
4. Make sure your code lints.
20+
5. Issue that pull request!
21+
22+
## Any contributions you make will be under the BSD-2-Clause Software License
23+
In short, when you submit code changes, your submissions are understood to be under the same [BSD-2-Clause License](https://choosealicense.com/licenses/bsd-2-clause/) that covers the project. Feel free to contact the maintainers if that's a concern.
24+
25+
## Report bugs using GitHub's [issues](https://github.com/Pennyw0rth/NetExec/issues)
26+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/Pennyw0rth/NetExec/issues/new/choose); it's that easy!
27+
28+
## Write bug reports with detail, background, and sample code
29+
30+
**Great Bug Reports** tend to have:
31+
32+
- A quick summary and/or background
33+
- Steps to reproduce
34+
- Be specific!
35+
- Give sample code if you can.
36+
- What you expected would happen
37+
- What actually happens
38+
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
39+
40+
People *love* thorough bug reports. I'm not even kidding.
41+
42+
## Use a Consistent Coding Style
43+
[PEP](https://peps.python.org/pep-0008/) is used in this project
44+
45+
* 4 spaces for indentation rather than tabs
46+
* Double quotes on outside of strings
47+
* We use Ruff as linter, there is a VS-Code extension available you can use
48+
49+
## License
50+
By contributing, you agree that your contributions will be licensed under its BSD-2-Clause License.
51+
52+
## References
53+
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)

0 commit comments

Comments
 (0)