doc: add issue and pull request template

This commit is contained in:
Dinesh Balaji Venkataraj 2020-10-10 19:40:59 +05:30
parent 91701dd382
commit 810ecf31bc
3 changed files with 68 additions and 0 deletions

37
.github/ISSUE_TEMPLATE/01-bug-report.md vendored Normal file
View 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>

View 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
View 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: #&lt;issue-number&gt; -->
### 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. -->