Skip to content

Commit 69b00ab

Browse files
committed
Update CONTRIBUTING.md
1 parent 0a02081 commit 69b00ab

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ We love your input! We want to make contributing to this project as easy and tra
77
- Proposing new features
88
- Becoming a maintainer
99

10-
## We Develop with Github
10+
## We Develop with GitHub
1111
We use github to host code, to track issues and feature requests, as well as accept pull requests.
1212

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:
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:
1515

1616
1. Fork the repo and create your branch from `master`.
1717
2. If you've added code that should be tested, add tests.
@@ -22,8 +22,8 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
2222
## Any contributions you make will be under the BSD-2-Clause Software License
2323
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.
2424

25-
## Report bugs using Github's [issues](https://github.com/briandk/transcriptase-atom/issues)
26-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy!
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!
2727

2828
## Write bug reports with detail, background, and sample code
2929

@@ -43,6 +43,7 @@ People *love* thorough bug reports. I'm not even kidding.
4343
[PEP](https://peps.python.org/pep-0008/) is used in this project
4444

4545
* 4 spaces for indentation rather than tabs
46+
* Double quotes on outside of strings
4647
* We use Ruff as linter, there is a VS-Code extension available you can use
4748

4849
## License

0 commit comments

Comments
 (0)