Skip to content

Commit

Permalink
Updated CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 25, 2023
1 parent 6caaab7 commit d7b31dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Before you ask a question, it is best to search for existing [Issues](https://gi

If you then still feel the need to ask a question and need clarification, we recommend the following:

- Open an [Issue](https://github.com/horstoeko/ubl/issues/new).
- Open an [Issue](https://github.com/horstoeko/ubl/issues/new?assignees=horstoeko&labels=question&projects=&template=question.md&title=%5BQUESTION%5D).
- Provide as much context as you can about what you're running into.
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.

Expand Down Expand Up @@ -66,7 +66,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
We use GitHub issues to track bugs and errors. If you run into an issue with the project:

- Open an [Issue](https://github.com/horstoeko/ubl/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
- Open an [Issue](https://github.com/horstoeko/ubl/issues/new?assignees=horstoeko&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D).
- Explain the behavior you would expect and the actual behavior.
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
- Provide the information you collected in the previous section.
Expand Down Expand Up @@ -95,8 +95,7 @@ This section guides you through submitting an enhancement suggestion for horstoe
<!-- omit in toc -->
#### How Do I Submit a Good Enhancement Suggestion?

Enhancement suggestions are tracked as [GitHub issues](https://github.com/horstoeko/ubl/issues).

- Open an [issue](https://github.com/horstoeko/ubl/issues/new?assignees=horstoeko&labels=enhancement&projects=&template=feature.md&title=%5BFEATURE%5D).
- Use a **clear and descriptive title** for the issue to identify the suggestion.
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
- **Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
Expand Down

0 comments on commit d7b31dd

Please sign in to comment.