Skip to content

Commit 986cf50

Browse files
committed
github dir
1 parent 30d80ff commit 986cf50

7 files changed

Lines changed: 134 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [sevenbitbyte]
2+
ko_fi: [dataparty, nullagent]

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: 🐛 Bug report
3+
labels: 'bug'
4+
title: 'BUG | '
5+
about: Create a report to help us improve
6+
---
7+
8+
## 🐛 Bug Report
9+
<!-- (A clear and concise description of what the bug is.) -->
10+
11+
12+
13+
14+
## To Reproduce
15+
16+
1. Step 1
17+
2. Step 2
18+
19+
20+
## Logs or Screenshots
21+
<details><summary>Expand for Contents</summary>
22+
<p>
23+
<!-- Paste any long log here: -->
24+
25+
```
26+
27+
SUPER_LONG_LOG__
28+
29+
```
30+
31+
</p>
32+
</details>
33+
34+
<!-- (OPTIONAL) Ignore below if not required
35+
## Expected behavior
36+
37+
38+
## Environment
39+
- `pkg` v1.x.x
40+
-
41+
-->

.github/ISSUE_TEMPLATE/code.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: 🤖 Code Fix, Styling or Convention Proposal
3+
labels: 'code'
4+
title: 'CODE | '
5+
about: Create a code convention proposal
6+
---
7+
8+
## 🤖 Code Proposal
9+
<!-- (A clear and concise description of what the proposal is.) -->
10+
11+
12+
13+
14+
15+
## Motivation
16+
<!-- why? -->
17+
18+
19+
20+
21+
22+
<!-- OPTIONAL
23+
## Example
24+
25+
## Production Example
26+
- https://github.com/facebook/react
27+
- https://github.com/ros/ros
28+
-->

.github/ISSUE_TEMPLATE/document.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 📖 Document Request
3+
labels: 'documentation'
4+
title: 'DOC | '
5+
about: Submit a proposal for documentation
6+
---
7+
8+
## 📖 Document Request
9+
<!--(A clear and concise description of which feature need documentation. Link to LOC encouraged!)-->
10+
11+
12+
13+
14+
## Motivation
15+
<!--(why?)-->
16+
17+
18+
19+
20+

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 🚀 Feature Proposal
3+
labels: 'enhancement'
4+
title: 'FEAT | '
5+
about: Submit a proposal for a new feature
6+
---
7+
8+
## 🚀 Feature Proposal
9+
<!--(A clear and concise description of what the feature is.)-->
10+
11+
12+
13+
14+
15+
16+
<!--
17+
18+
## Motivation
19+
20+
## Example
21+
22+
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 🤓 Question
3+
labels: 'question'
4+
about: Ask, discuss, debate with the team
5+
---
6+
7+
## 🤓 Question
8+
<!-- (You _must_ search the issues before asking your question) -->
9+
10+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Issues resolved:
2+
3+
- [ ] closes #
4+
5+
<!--
6+
## Screenshot (optional)
7+
8+
9+
## Test (optional)
10+
11+
-->

0 commit comments

Comments
 (0)