Skip to content

Commit

Permalink
Rework issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed May 30, 2021
1 parent ad3efe3 commit 5a845e2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 42 deletions.
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
---
name: 🚨 Ik wil een fout melden
about: Je loopt tegen een fout aan die je zelf niet opgelost krijgt of je wilt iets anders melden wat niet helemaal lijkt te kloppen.
name: 🚨 Bug report
about: You found a bug something that looks like a one.
title: ''
labels: bug
assignees: ''
---

<!--
- 🇳🇱 Lees eerst de "CONTRIBUTING" info: https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md
- 🇺🇸 Read the "CONTRIBUTING" info first: https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md
> 🇳🇱 Lees eerst [deze info](https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md) om jezelf te helpen.
>
> 🇬🇧️ First read [this info](https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md) for self-service.

Tip: Want to format a large code block? Use triple backtics (`) above and below the code, e.g.:
```
Multiline
Code
Block
```
-->
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
---
name: 💡 Ik heb een suggestie
about: Je wilt een suggestie doen voor nieuwe functionaliteit of andere verbeteringen.
name: 💡 Idea / suggestion
about: Request for improvement or a new feature.
title: ''
labels: review
assignees: ''
---

<!--
- 🇳🇱 Lees eerst de "CONTRIBUTING" info: https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md
- 🇺🇸 Read the "CONTRIBUTING" info first: https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md
> 🇳🇱 Lees eerst [deze info](https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md) om jezelf te helpen.
>
> 🇬🇧 First read [this info](https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md) for self-service.

Tip: Want to format a large code block? Use triple backtics (`) above and below the code, e.g.:
```
Multiline
Code
Block
```
-->
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/help.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
---
name: 🤔 Ik heb hulp nodig
about: Je hebt hulp nodig voor een probleem waar je tegenaan loopt en zelf niet uit komt. Bijvoorbeeld bij de installatie of het instellen van de applicatie.
name: 🤔 I need help
about: You require support or have generic questions regarding DSMR-reader.
title: ''
labels: question
assignees: ''
---

<!--
- 🇳🇱 Lees eerst de "CONTRIBUTING" info: https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md
- 🇺🇸 Read the "CONTRIBUTING" info first: https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md
> 🇳🇱 Lees eerst [deze info](https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md) om jezelf te helpen.
>
> 🇬🇧 First read [this info](https://github.com/dsmrreader/dsmr-reader/blob/v4/CONTRIBUTING.md) for self-service.

Tip: Want to format a large code block? Use triple backtics (`) above and below the code, e.g.:
```
Multiline
Code
Block
```
-->
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@

🇳🇱 *Als je Nederlands bent, voel je vooral vrij om ook in het Nederlands te communiceren, gezien dat een stuk vlotter gaat. Ongeacht dat dit project Engelstalig is opgezet.*

🏳️*If you're unable to communicate in Dutch, welcome anyway! Feel free to use English and indicate that you do not understand Dutch. To any prevent miscommunication.*
🇬🇧*If you're unable to communicate in Dutch, welcome anyway! Feel free to use English and indicate that you do not understand Dutch. To any prevent miscommunication.*


----

## Features & suggestions
1. Check [the support](https://github.com/dsmrreader/dsmr-reader/blob/v4/SUPPORT.md) hints first. It may already have been discussed before.

2. Keep this project its goals in mind. Some suggestions are awesome, but may not be "DSMR" related.


## Bugs, errors & assistance required
1. Check [the support](https://github.com/dsmrreader/dsmr-reader/blob/v4/SUPPORT.md) hints first. You may be able to help yourself even faster.

2. Attach a ``dsmr_debuginfo`` dump to your issue text (*see About page in your DSMR-reader, since v4.6*). Also, if you encounter any errors, attach them as well

3. Specify whether you're using a **manual installation** or are running a **Docker container**.


## Features & suggestions
1. Check [the support](https://github.com/dsmrreader/dsmr-reader/blob/v4/SUPPORT.md) hints first. It may already have been discussed before.

2. Keep this project its goals in mind. Some suggestions are awesome, but may not be "DSMR" related.

0 comments on commit 5a845e2

Please sign in to comment.