Skip to content

Commit da734a7

Browse files
committed
Add Issue and PR Templates
1 parent bc35e63 commit da734a7

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--- Thank you for making a bug repport! This allows us to make the app even better. -->
2+
<!--- Filling out the folowing information will help us reproduce and fix the problem faster. -->
3+
4+
## Expected Behavior
5+
<!--- If you're describing a bug, tell us what should happen -->
6+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
7+
8+
## Current Behavior
9+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
10+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
11+
12+
## Possible Solution
13+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
14+
<!--- or ideas how to implement the addition or change -->
15+
16+
## Steps to Reproduce (for bugs)
17+
<!--- Help us reproduce the issue by providing us a set of steps to reproduce this bug -->
18+
1.
19+
2.
20+
3.
21+
4.
22+
23+
## Context
24+
<!--- How has this issue affected you? What are you trying to accomplish? -->
25+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
26+
<!--- If you have a terminal output you can share with us that would also be great! -->
27+
28+
<!--- To get debug messages: G_MESSAGES_DEBUG=all com.github.philip-scott.spice-up -->
29+
30+
<!--- Sharing the .spice file where the problem is at will also be super helpful. -->
31+
32+
## Screenshots of the Problem
33+
<!--- If you can show us a screenshot of the issue, this is the space for it! -->
34+
<!--- If you're suggesting a feature and can give us a mockup, that would also be great! -->
35+
36+
## Your Environment (for bugs)
37+
<!--- Include as many relevant details about the environment you experienced the bug in -->
38+
<!--- If you can also run the folowing command and put the output here, that would be super helpful! -->
39+
<!--- uname -a && cat /etc/os-release -->
40+
41+
- Lights-Up Version: <!-- From Release, or Commit if compiled from source -->
42+
- OS Info:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--- Thanks for submitting a pull request! Please provide enough information -->
2+
<!--- so that others can review your pull request. We will review it as soon as possible -->
3+
4+
<!--- Make sure that the Travis tests pass in your PR -->
5+
<!--- and that you are also using the elementary code style guidelines. -->
6+
<!--- The code guideline is available here: https://elementary.io/docs/code/reference -->
7+
8+
## Summary / How this PR fixes the problem?
9+
<!--- Please write a description here -->
10+
11+
## Steps to Test
12+
<!--- In case your change requires testing, this should show that your code is solid! -->
13+
14+
## Screenshots
15+
<!--- Share a screenshot with us if it was a visual change, -->
16+
<!--- preferably with before/after shots -->
17+
18+
## Known Issues / Things To Do
19+
<!--- If your PR is in progress or you know something is wrong with the code -->
20+
<!--- write it here so we can help/discuss it -->
21+
<!--- This is also a good place for a checklist with things left to fix in the PR -->
22+
23+
## This PR fixes/implements the following **bugs/features**:
24+
<!--- If there was an issue that this PR targets, adding it here will auto close it -->
25+
26+
- Fixes #<!--- Replace me with Issue number -->
27+
- Fixes #<!--- Replace me with Issue number -->

0 commit comments

Comments
 (0)