Skip to content

Add issue template #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug

---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**To reproduce**
<!--
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Please paste reproduction resources (zip files) directly into this section.
-->

**Expected behaviour**
<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**
<!--
If applicable, add screenshots to help explain your problem.
Please paste screenshots directly into this section. Do not provide imgur/tinypic/photobucket links.
-->

**Version**
<!--
Please provide the following information:
- server/client version (e.g, 1.1, 1.5.4)
- if you are running Wine, please say so, and say if Linux or macOS
- what operating system the server is running on, if relevant
-->

**Additional context**
<!-- Add any other context about the problem here -->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/function_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Function request
about: Tell us about a function that does not work here, but works in SA-MP
labels: function

---

**Function name**
<!-- The name of the function with arguments. It can be several functions, but they must be from one category. -->

**Describe the function**
<!-- A clear and concise description of what the function or functions will do. -->

**Examples of using of the function**
<!-- Put the code with example here. If you have it. -->

**Equivalent in MTA**
<!-- If you know equivalent of the function or functions in MTA, please write it here. -->

**Additional information**
<!-- The additional information can be an article about it, wiki of SAMP or something that can helps us. -->