Put the finishing touches on `CONTRIBUTING.md`.

This commit is contained in:
Jordan Bancino 2023-09-09 16:57:52 -04:00 committed by LoaD Accumulator
parent d7afd6285d
commit 36c07ed17d
1 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ page. Donations of any size are greatly appreciated.
An important way to get involved is to just report issues you find with An important way to get involved is to just report issues you find with
Telodendria during experimentation or normal use. To report an issue, Telodendria during experimentation or normal use. To report an issue,
go to [Issues](/Telodendria/telodendria/issues) → go to [Issues](/Telodendria/telodendria/issues) →
[New Issue](/Telodendria/telodendria/issues/new) and follow the [New Issue](/Telodendria/telodendria/issues/new/choose) and follow the
instructions. instructions.
> **Note:** GitHub issues are not accepted. Issues may only be > **Note:** GitHub issues are not accepted. Issues may only be
@ -106,7 +106,8 @@ as many as were in `td`.
Telodendria follows the standard pull request procedures. Once you have Telodendria follows the standard pull request procedures. Once you have
made your changes, committed them, and pushed to your fork, you should made your changes, committed them, and pushed to your fork, you should
be able to open a pull request on the main repository. When you do, you be able to open a pull request on the main repository. When you do, you
will be prompted to write a description will be prompted to write a description. Be sure to include the
related issue that you are closing in your description.
### Code Style ### Code Style
@ -159,3 +160,4 @@ comments to the appropriate header.
If your pull request does not also include proper documentation, it If your pull request does not also include proper documentation, it
will likely be rejected. will likely be rejected.