Skip to content

Commit fcb88e5

Browse files
committed
Merge branch 'master' of github.com:janet-lang/janet
2 parents a467b34 + a24cc77 commit fcb88e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Please read this document before making contributions.
1414
on how to reproduce it. If it is a compiler or language bug, please try to include a minimal
1515
example. This means don't post all 200 lines of code from your project, but spend some time
1616
distilling the problem to just the relevant code.
17-
* Add the `bug` tag to the issue.
1817

1918
## Contributing Changes
2019

@@ -30,8 +29,7 @@ may require changes before being merged.
3029
the test folder and make sure it is run when`make test` is invoked.
3130
* Be consistent with the style. For C this means follow the indentation and style in
3231
other files (files have MIT license at top, 4 spaces indentation, no trailing
33-
whitespace, cuddled brackets, etc.) Use `make format` to
34-
automatically format your C code with
32+
whitespace, cuddled brackets, etc.) Use `make format` to automatically format your C code with
3533
[astyle](http://astyle.sourceforge.net/astyle.html). You will probably need
3634
to install this, but it can be installed with most package managers.
3735

@@ -75,4 +73,3 @@ timely manner. In short, if you want extra functionality now, then build it.
7573

7674
* Include a good description of the problem that is being solved
7775
* Include descriptions of potential solutions if you have some in mind.
78-
* Add the appropriate tags to the issue. For new features, add the `enhancement` tag.

0 commit comments

Comments
 (0)