-
Notifications
You must be signed in to change notification settings - Fork 0
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 #91 from vb2007/dev-documentation
Merge dev-documentation to Dev
- Loading branch information
Showing
5 changed files
with
126 additions
and
38 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,41 @@ | ||
# Discordbot contributing guide | ||
|
||
Thank you for investing your time in contributing to this project. | ||
|
||
When contributing, please make sure to always follow the project's [CODE OF CONDUCT](./CODE_OF_CONDUCT.md). | ||
|
||
This guide will help you get some ground about how contributions work. | ||
|
||
## Contributing | ||
|
||
### Issues | ||
|
||
If you found a bug, or you think the project needs new commands / features, please open an issue on the project's [issues page](https://github.com/vb2007/discordbot/issues/new). | ||
|
||
If possible, please go with an issue template. | ||
|
||
Before opening an issue, make sure it hasn't been reported already by somebody else. [Project's existing issues.](https://github.com/vb2007/discordbot/issues) | ||
|
||
#### Reporting bugs | ||
|
||
If you found a bug with the bot, please make sure to explain the issue with as much details as possible, and **attack screenshots / videos**. | ||
|
||
### Pull requests | ||
|
||
#### Basic steps for newcomers | ||
|
||
1. Fork the repository | ||
2. Clone your fork | ||
3. Make your changes with relevant commit messages | ||
4. Push your commits | ||
5. When you're done, open a Pull Request (PR) | ||
|
||
#### Making changes | ||
|
||
When making changes to the codebase, please watch out for the following: | ||
|
||
- Don't remove code that's essential for the project to work properly | ||
- Try to write optimal code | ||
- Make sure the project passes all unit tests after your changes | ||
|
||
After you're done, make a Pull Request to the `dev` branch. If possible, please link an issue / issues to your PR. |
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,20 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Currently, only the latest version of the project gets regular security updates and pathces. | ||
|
||
If the latest version has any vulnerability, it is likely going to get patched in the next release. | ||
|
||
I don't maintain any version that's not the latest. | ||
|
||
| Version | Supported | | ||
| -------- | ------------------ | | ||
| > latest | :white_check_mark: | | ||
| < latest | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
You can report a vulnerability on the [repository's security page](https://github.com/vb2007/discordbot/security). | ||
|
||
When reporting, please explain the with as much details as possible. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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