mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
doc: add issue and pull request template
This commit is contained in:
parent
91701dd382
commit
810ecf31bc
3 changed files with 68 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/01-bug-report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/01-bug-report.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Report a bug in Responsively
|
||||
---
|
||||
|
||||
<!-- 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
|
||||
Hi there! 😄
|
||||
|
||||
To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates.
|
||||
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 -->
|
||||
|
||||
# 🐞 bug report
|
||||
|
||||
### ✍️ Description
|
||||
|
||||
<!-- A clear and concise description of the problem. -->
|
||||
|
||||
### 🕵🏼♂️ Is this a regression?
|
||||
|
||||
<!-- Did this behavior use to work in the previous version? -->
|
||||
|
||||
### 🔬 Minimal Reproduction
|
||||
|
||||
<!-- Clear steps to re-produce the issue. -->
|
||||
|
||||
### 🌍 Your Environment
|
||||
|
||||
<!-- Press `Ctrl/Cmd + F1` and paste it here. -->
|
||||
<pre><code>
|
||||
|
||||
</code></pre>
|
||||
|
||||
### 🔥 Exception or Error or Screenshot
|
||||
|
||||
<pre><code>
|
||||
|
||||
</code></pre>
|
18
.github/ISSUE_TEMPLATE/02-feature-request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/02-feature-request.md
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
name: "\U0001F680 Feature request"
|
||||
about: Suggest a feature for Responsively.
|
||||
---
|
||||
|
||||
# 🚀 Feature Request
|
||||
|
||||
### 📝 Description
|
||||
|
||||
<!-- A clear and concise description of the problem or missing capability. -->
|
||||
|
||||
### ✨ Describe the solution you'd like
|
||||
|
||||
<!-- If you have a solution in mind, please describe it. -->
|
||||
|
||||
### ✍️ Describe alternatives you've considered
|
||||
|
||||
<!-- Have you considered any alternative solutions or workarounds? -->
|
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# ✨ Pull Request
|
||||
|
||||
### 📓 Referenced Issue
|
||||
|
||||
<!-- Please link the related issue. Use # before the issue number and use the verbs 'fixes', 'resolves' to auto-link it, for eg, Fixes: #<issue-number> -->
|
||||
|
||||
### ℹ️ About the PR
|
||||
|
||||
<!-- Please provide a description of your solution if it is not clear in the related issue or if the PR has a breaking change. If there is an interesting topic to discuss or you have questions or there is an issue with electron or another library that you have used. -->
|
||||
|
||||
### 🖼️ Testing Scenarios / Screenshots
|
||||
|
||||
<!-- Please include screenshots or gif to showcase the final output. Also, try to explain the testing you did to validate your change. -->
|
Loading…
Reference in a new issue