-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Contributing Guidelines | ||
|
||
## What is this??? | ||
|
||
These are the standards for contributing. No more faffing around seeing useless issues not in the correct things. Follow them or suffer **MY WRATH...** | ||
|
||
## Issues Guidelines : | ||
|
||
1 -> Do it in the proper section. Don't submit a bug through a "Feature Request" or "Other" issue template. | ||
|
||
2 -> Be clear and detailed. Anything, including screenshots, error logs will help to resolve the issues. | ||
|
||
3 -> Don't spam. Already have it in my mailbox, want to suffer my wrath on GITHUB? | ||
|
||
4 -> If you have a solution for the issue, do a pull request and don't paste a blob of code in the issues. | ||
|
||
## Pull Request guidelines : | ||
|
||
1 -> Be clear and detailed about what you changed. This can be line numbers, formats like "print(str(integer_result) + " is the result" -> "print(f"{integer_result} is the result"" | ||
|
||
2 -> Don't spam. Already have it in my mailbox, want to suffer my wrath on GITHUB? | ||
|
||
3 -> If you do not have a solution for the issue, do an issue instead of fooling me. | ||
|