Skip to content

Commit b508e67

Browse files
add: Issue Templates and fixed CONTRIBUTING miss-spelled
1 parent 1e30838 commit b508e67

5 files changed

Lines changed: 114 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report a bug in sysAdmin
4+
title: '[Bug] '
5+
labels: 'bug, needs triage'
6+
assignees: ''
7+
---
8+
9+
<!-- Please search existing issues to avoid creating duplicates -->
10+
11+
## 🐛 Bug Description
12+
<!-- A clear and concise description of the bug -->
13+
14+
15+
## 📱 Environment
16+
- sysAdmin version: <!-- e.g., v1.0.0 -->
17+
- Android/iOS version: <!-- e.g., Android 13 -->
18+
- Device model: <!-- e.g., Samsung Galaxy S23 -->
19+
- Server OS: <!-- e.g., Ubuntu 22.04 LTS -->
20+
21+
## 🔄 Steps To Reproduce
22+
1.
23+
2.
24+
3.
25+
26+
## 🧐 Expected Behavior
27+
<!-- What did you expect to happen? -->
28+
29+
30+
## 🚨 Actual Behavior
31+
<!-- What actually happened? Include screenshots if applicable -->
32+
33+
34+
## 📋 Additional Context
35+
<!-- Add any other context about the problem here -->
36+
37+
38+
## 📊 Logs
39+
<!-- If applicable, add logs to help explain your problem -->
40+
<details>
41+
<summary>Log output</summary>
42+
43+
```
44+
Paste your logs here
45+
```
46+
47+
</details>

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 📚 sysAdmin Documentation
4+
url: https://github.com/prathameshkhade/sysAdmin/wiki
5+
about: Check our documentation before creating an issue
6+
- name: 💬 GitHub Discussions
7+
url: https://github.com/prathameshkhade/sysAdmin/discussions
8+
about: Please ask and answer questions here
9+
- name: 📧 Email Support
10+
url: mailto:pkhade2865+sysadmin@gmail.com
11+
about: Contact us directly for sensitive or security issues
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 💡 Feature Request
3+
about: Suggest a new feature or improvement for sysAdmin
4+
title: '[Feature] '
5+
labels: 'enhancement, needs triage'
6+
assignees: ''
7+
---
8+
9+
<!-- Please search existing issues to avoid creating duplicates -->
10+
11+
## 💡 Feature Description
12+
<!-- A clear and concise description of what feature you would like to see -->
13+
14+
15+
## 🤔 Problem Statement
16+
<!-- Describe the problem this feature would solve (e.g., "I'm always frustrated when...") -->
17+
18+
19+
## 🛠️ Proposed Solution
20+
<!-- Describe how you envision this feature working -->
21+
22+
23+
## 🔄 Alternatives Considered
24+
<!-- Describe any alternative solutions or features you've considered -->
25+
26+
27+
## 📋 Additional Context
28+
<!-- Add any other context, screenshots, or mockups about the feature request here -->
29+
30+
31+
## 📊 Benefits
32+
<!-- How would this feature benefit users or the project? -->
33+

.github/ISSUE_TEMPLATE/question.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: ❓ Question/Support
3+
about: Ask a question or request support for sysAdmin
4+
title: '[Question] '
5+
labels: 'question, support'
6+
assignees: ''
7+
---
8+
9+
<!-- Please search existing issues to avoid creating duplicates -->
10+
11+
## ❓ Question
12+
<!-- A clear and concise description of your question -->
13+
14+
15+
## 📱 Environment (if applicable)
16+
- sysAdmin version: <!-- e.g., v1.0.0 -->
17+
- Android/iOS version: <!-- e.g., Android 13 -->
18+
- Device model: <!-- e.g., Samsung Galaxy S23 -->
19+
20+
21+
## 📋 Additional Context
22+
<!-- Add any other context or screenshots about your question here -->
23+
File renamed without changes.

0 commit comments

Comments
 (0)