Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
und - Updated issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Oct 30, 2023
1 parent 4bff132 commit 228a733
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 70 deletions.
13 changes: 8 additions & 5 deletions .github/ISSUE_TEMPLATE/ask-a-question.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
name: Ask a question
about: Ask us anything about Inxi.NET.
about: Ask us anything about KS.
title: "[Q&A] [FeatureName] - [Question]"
labels: ''
assignees: ''

---

### -+--> Type of question
### Type of question
<!-- Select the type of the question that you're going to ask here. -->
- [ ] General
- [ ] Parser
- [ ] Hardware
- [ ] API
- [ ] Commands
- [ ] Mods
- [ ] Others

### -+--> Ask here
### Question
<!-- Ask us a question here. Be descriptive as much as you can. -->
39 changes: 13 additions & 26 deletions .github/ISSUE_TEMPLATE/report-an-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,24 @@ assignees: ''

---

### -+--> Description
### Description
<!-- Describe how this bug happened, and general information about it. Note that you need to be as descriptive as possible. -->

<!-- Describe how this bug happened, and general information about it. Note that we only speak Arabic and English, so if you're on any other language than we know, then translate. -->
<!-- Note that you need to be as more descriptive as you can so we can understand this bug. -->

### Expected behavior
<!-- How do you expect this program to behave? -->

### -+--> Expected behavior

<!-- How do you expect Inxi.NET to behave on the suspected component. -->
### Actual behavior
<!-- What did it do instead? -->


### -+--> Actual behavior

<!-- What did the suspected component do instead? -->


### -+--> Steps to reproduce

<!-- Provide clear step-by-step instructions on how do you reporduce this bug. -->
1.
1.
1.

### -+--> System Information

<!-- This is here in case it's a hardware probing problem, but the probing should work normally. -->
- **OS:**
- **CPU:**
- **RAM:**
- **HDD:**

### -+--> Version (include commit number if applicable)
### Steps to reproduce
<!-- Provide clear step-by-step instructions about reproducing this bug. -->
1. Open x
1. Write `yyy`
1. Observe a happening instead of z

### Version
<!-- This should be in this format: <Version> (<Commit>) (<Branch>). Commit number and branch required for development builds. -->
Version `0.0.0 0000000000000000000000000000000000000000 main`
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/request-a-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ assignees: ''

---

### -+--> Description of new feature
<!--- Explain about a new feature here. --->
### Description of new feature
<!-- Explain about a new feature here. -->


### -+--> What does it add?
- [ ] New hardware category
### What does it add?
- [ ] New feature
- [ ] New API functions
- [ ] Others

### -+--> Have you tried doing it?
### Have you tried doing it? If so, attach a mod file.
45 changes: 14 additions & 31 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,21 @@
### -+--> Description
### Description
<!-- Describe how this bug happened, and general information about it. Note that you need to be as descriptive as possible. -->

<!-- Describe how this bug happened, and general information about it. Note that we only speak Arabic and English, so if you're on any other language than we know, then translate. -->
<!-- Note that you need to be as more descriptive as you can so we can understand this bug. -->

### Expected behavior
<!-- How do you expect this program to behave? -->

### -+--> Expected behavior

<!-- How do you expect Inxi.NET to behave on the suspected component. -->
### Actual behavior
<!-- What did it do instead? -->


### -+--> Actual behavior

<!-- What did the suspected component do instead? -->


### -+--> Steps to reproduce

<!-- Provide clear step-by-step instructions on how do you reporduce this bug. -->
1.
1.
1.

### -+--> System Information

<!-- This is here in case it's a hardware probing problem, but the probing should work normally. -->
**OS:**

**CPU:**

**RAM:**

**HDD:**

### -+--> Version (include commit number if applicable)

<!-- This should be in this format: <Version> (<Commit>). Commit number required for development builds. -->
### Steps to reproduce
<!-- Provide clear step-by-step instructions about reproducing this bug. -->
1. Open x
1. Write `yyy`
1. Observe a happening instead of z

### Version
<!-- This should be in this format: <Version> (<Commit>) (<Branch>). Commit number and branch required for development builds. -->
Version `0.0.0 0000000000000000000000000000000000000000 main`
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Description
<!-- Describe about your pull request. Note that you need to be as more descriptive as you can so we can understand this request. -->
<!-- Talk about your pull request. Note that you need to be as descriptive as possible. -->


## Change type
Expand All @@ -16,5 +16,5 @@
- [ ] No, I haven't
- [ ] Not sure

## Specify other changes
<!-- Specify the changes that wouldn't fit into the selection. -->
## Other changes?
<!-- Specify the changes that don't fit to the categories above. -->

0 comments on commit 228a733

Please sign in to comment.