Skip to content

Commit 86c9ea7

Browse files
committed
Added community health files
1 parent 69b7b73 commit 86c9ea7

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
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 reproducible bug or regression.
4+
---
5+
6+
**Describe the bug**
7+
A clear and concise description of what the bug is.
8+
**To Reproduce**
9+
Steps to reproduce the behavior:
10+
11+
1. Go to '...'
12+
2. Click on '....'
13+
3. Scroll down to '....'
14+
4. See error
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
**Screenshots**
18+
If applicable, add screenshots to help explain your problem.
19+
**Desktop (please complete the following information):**
20+
21+
- OS: [e.g. iOS]
22+
- Browser [e.g. chrome, safari]
23+
- Version [e.g. 22]
24+
**Smartphone (please complete the following information):**
25+
- Device: [e.g. iPhone6]
26+
- OS: [e.g. iOS8.1]
27+
- Browser [e.g. stock browser, safari]
28+
- Version [e.g. 22]
29+
**Additional context**
30+
Add any other context about the problem here.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
**Describe the solution you'd like**
12+
A clear and concise description of what you want to happen.
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
**Additional context**
16+
Add any other context or screenshots about the feature request here.

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing and Maintaining
2+
3+
First, thank you for taking the time to contribute!
4+
The following is a set of guidelines for contributors as well as information and instructions around our maintenance process. The two are closely tied together in terms of how we all work together and set expectations, so while you may not need to know everything in here to submit an issue or pull request, it's best to keep them in the same document.
5+
6+
## Ways to contribute
7+
8+
Contributing isn't just writing code - it's anything that improves the project. All contributions are managed right here on GitHub. Here are some ways you can help:
9+
10+
### Reporting bugs
11+
12+
If you're running into an issue, please take a look through [existing issues](/issues) and [open a new one](/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant.
13+
14+
### Suggesting enhancements
15+
16+
New features and enhancements are also managed via [issues](/issues).
17+
18+
### Pull requests
19+
20+
Pull requests represent a proposed solution to a specified problem. They should always reference an issue that describes the problem and contains discussion about the problem itself. Discussion on pull requests should be limited to the pull request itself, i.e. code review.

0 commit comments

Comments
 (0)