-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from kernelwernel/dev
Dev
- Loading branch information
Showing
12 changed files
with
1,727 additions
and
2,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# What does this PR do? | ||
# MAKE SURE TO READ THE CONTRIBUTION GUIDELINES BEFORE CONTINUING! | ||
|
||
## What does this PR do? | ||
- [ ] Add a new technique | ||
- [ ] Add a new feature | ||
- [ ] Fix bugs | ||
- [ ] Refactoring | ||
- [ ] Sync between branches | ||
- [ ] Other | ||
|
||
# Briefly explain what this PR does: | ||
## Briefly explain what this PR does: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contribution Guidelines | ||
|
||
# I want to add a new technique, how would I do that? | ||
There used to be a complicated process in adding techniques, but that's now been replaced with a tool that prompts you on the new technique details and updates the library code automagically. You can check out the python script at auxiliary/add_technique.py | ||
|
||
|
||
# I want to make a major change to the library | ||
Depending on how big the change is, if the change is fairly small then just a simple PR is fine. But if it has hundreds of lines of code changes then it's best to create an issue prior to even starting to write the code, or we can discuss on discord (`kr.nl`). I don't bite ;) | ||
|
||
|
||
# I want to contribute but there's something that I don't understand about the library code | ||
You can create an issue, and I will reply within 24 hours. We have too much free time on our hands in reality. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.