Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit c8b1a30

Browse files
committed
Added .github
1 parent 981ae7b commit c8b1a30

File tree

7 files changed

+65
-2
lines changed

7 files changed

+65
-2
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Code of Conduct](https://www.kttdevelopment.com/git/codeofconduct)

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Contributing](https://www.kttdevelopment.com/git/contributing)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Prerequisites
11+
*If **all** checks are not passed then the pull request will be closed*
12+
- [ ] I have checked that no other similar feature request already exists
13+
- [ ] The feature request makes sense for the project
14+
15+
**Operating System:** *Operating system name and version*
16+
17+
18+
**Release Version:** *Release version or branch where the issue occurred*
19+
20+
### Issue
21+
*Explain your issue. Add any screenshots here*
22+
23+
24+
### Expected Behavior
25+
*Explain what was supposed to happen*
26+
27+
28+
### Steps To Reproduce
29+
*Explain how and/or when the error occurred*
30+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature
4+
title: ''
5+
labels: feature request
6+
assignees: ''
7+
8+
---
9+
10+
### Prerequisites
11+
*If **all** checks are not passed then the pull request will be closed*
12+
- [ ] I have checked that no other similar feature request already exists
13+
- [ ] The feature request makes sense for the project
14+
15+
### Proposal
16+
*Describe the feature that should be added*
17+
18+
19+
### Reasoning
20+
*Explain why this feature should be added*
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Prerequisites
2+
*If **all** checks are not passed then the pull request will be closed*
3+
4+
- [ ] My code follows the style listed in [CONTRIBUTING](https://www.kttdevelopment.com/git/contributing)
5+
- [ ] I have checked that no other similar pull requests already exists
6+
- [ ] Build compiles
7+
- [ ] Build runs without exceptions
8+
- [ ] I have added/modified documentation (if applicable)
9+
10+
### Changes Made
11+
*list changes made and/or relevant issues*
12+
13+
-

CODEOFCONDUCT.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)