Skip to content

Commit

Permalink
[Misc|Meta] Remove court, issue guide, add mypy instructions for CONT…
Browse files Browse the repository at this point in the history
…RIBUTING.md
  • Loading branch information
Just-Jojo committed May 17, 2021
1 parent 3224318 commit 845a2e1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Formatting with Black should either be ran by an ide (I use vsc so it does it au

```py -m black -l 90 <path>```

### Type checking

I use Mypy for type checking. Again, if you do not have it install it with `pip install mypy`

```mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers --show-error-codes <path>```

### Misc.

Make sure to respect the license and *please* try to keep be nice to other people working on this project :D
19 changes: 19 additions & 0 deletions ISSUES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Issues
Sometimes (well, with me a lot of the time) a bug will appear in the code and it won't work (>.>)

That's why issues are good!

### Bug report
This is the basic report saying "Here's a bug!"

Here are some rules of thumb to follow
1. Try to give as many details as possible. If you don't understand something you can ask and we can work it out
2. Please don't recreate issues. If the same issue has occured you can leave a comment on that issue

### Feature Request
This issue is for asking for a feature you want in my cogs

You can either request a feature in an existing cog or a new cog

### Dev
This one is for my dev branch. It's not really needed but it can help maybe
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ For help you can either use a bug report issue, go to the [support server](disco
## Suggestions
For suggestions you can either make an enhancement issue or ask/ping me in either the cog support server or my support server listed in [Help](https://github.com/Just-Jojo/JojoCogs#help)

## Issues
For issues, please read [the issue guide](https://github.com/Just-Jojo/JojoCogs/tree/master/ISSUES.md) here.

## Forking
Forks are great! 🍴
If you would like to contribute, make personal edits, or just about anything just fork this repo (just don't blame me for the bad code)
Expand All @@ -43,7 +46,6 @@ Anything marked with `O`, however, is either not working or hasn't been finished
|----------------|--------------------------------------------------------|------------------------|----------|----------|--------------------------|
| Brownies | Brownie based economy system | Jojo#7791, JJW(v2) | Fun | X | |
| Calculations | Calculate different things, eg. binary to decimal, nautical miles to kilometres and miles, etc | Fun | Jojo | O | It's not ready yet lol |
| Court | Simulate a court in your server with Judges, Lawyers, and case types | Jojo#7791 | Fun | O | This is not ready aaaaaaa |
| CycleStatus | Cycles the bot's status | Jojo#7791 | Utility | X | |
| Depypher | Encipher and Decipher codes and messages | Jojo#7791 | Fun | O | Eh, it doesn't have much |
| ToDo | A todo reminder to make sure you don't forget things | Jojo#7791 | Utility | X | Why did I make it dynamic, oh god why |
Expand Down

0 comments on commit 845a2e1

Please sign in to comment.