chore: Update issue and pull request templates

This commit is contained in:
SamTolmay 2021-06-29 17:30:27 +02:00
parent 22ca375a8e
commit 094781c247
3 changed files with 23 additions and 14 deletions

View File

@ -1,30 +1,18 @@
---
name: Bug report
about: Create a report to help us improve
about: Something is not working right. Or error messages are unclear.
title: ''
labels: bug
assignees: ''
---
### README
We use Github Discussions as a forum to discuss ideas and troubleshoot problems. If you are unsure if the problem you are experiencing is a bug, or would like to request a feature, please rather create a discussion. We can always convert it into an issue if needed.
If you are reporting a bug, please add as much detail as possible. The sections below are to help you add relevant information. Please fill in all the applicable sections.
### END OF README
#### Describe the bug
A clear and concise description of what the bug is.
#### To Reproduce
Example configuration reproducing the issue, or steps to reproduce the behavior:
#### Expected behavior
A clear and concise description of what you expected to happen.
Example configuration reproducing the issue, or steps to reproduce the behavior.
#### Screenshots

5
.github/ISSUE_TEMPLATE/config.yaml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Question, Discussion, Idea?
url: https://github.com/lowdefy/lowdefy/discussions/new
about: If you are unsure if the problem you are experiencing is a bug, or would like to request a feature, please rather create a discussion.

16
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,16 @@
<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible please:
- Link issue via "Closes #[issue_number]
- Choose & follow the right checklist for the change that you're making:
-->
Closes: ?
### What are the changes and their implications?
## Checklist
- [ ] Pull request is made to the "develop" branch
- [ ] Tests added
- [ ] Documentation added/updated