Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Okmeque1 authored Apr 9, 2024
1 parent 4ed0fea commit d5dd12c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
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.

0 comments on commit d5dd12c

Please sign in to comment.