Skip to content

Commit 1d8c1f9

Browse files
authored
Update CONTRIBUTING.md
1 parent 9843066 commit 1d8c1f9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/CONTRIBUTING.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ Before getting starting with contributing, please know that we currently use [Ti
99
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/tidwall/tile38/issues).
1010
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/tidwall/tile38/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
1111

12-
### Did you write a patch that fixes a bug?
13-
14-
- Open a new GitHub pull request with the patch.
15-
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
16-
1712
### Did you fix whitespace, format code, or make a purely cosmetic patch?
1813

1914
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Tile38 will generally not be accepted.
2015

2116
### Do you intend to add a new feature or change an existing one?
2217

23-
- Suggest your change in [a new issue](https://github.com/tidwall/tile38/issues/new) or in the [Tile38 Slack](https://tile38.com/slack), and start writing code.
24-
- Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.
18+
- New features will probably not be approved without prior discussion. If you need a specialized feature, make sure to express your willingness to fund the work and maintenance.
19+
- Please do not open a pull request without filing an issue and/or discussing it with a maintainer beforehand.
2520

26-
Thanks!
21+
Thanks!

0 commit comments

Comments
 (0)