Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 503c35c

Browse files
Merge pull request #10 from privateprep/add-templates
Adds Issue and PR Templates
2 parents 774b289 + 1a13554 commit 503c35c

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Expected Behavior
2+
3+
[Please give a detailed explanation of what you expected to happen. Include relevant links to the supporting Intacct documentation and code snippets as appropriate.]
4+
5+
### Actual Behavior
6+
7+
[Please give a detailed explanation of what actually happens. Include code snippets as appropriate.]
8+
9+
### Steps to reproduce
10+
11+
[Please give a walkthrough of the steps that got you to the problem. Include a link to a public gist/repo, an inline code sample, or a failing test!]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Contributor Self-Check:
2+
3+
* [ ] My commits and messages [are solid](https://chris.beams.io/posts/git-commit/)
4+
* [ ] I have included tests that check success and failure
5+
* [ ] I have updated the README as appropriate
6+
7+
### Which GitHub Issues does this PR address?
8+
9+
[Copy/paste or search for your issue number by typing #]
10+
11+
### What does this PR do?
12+
13+
[Describe the problem and/or circumstances that lead to this PR. If this information is already laid out in the issue that you've linked, just copy/paste any necessary background info.]
14+
15+
### How do I manually test this?
16+
17+
[Detail is key! It might even be nice to set up some sample data for your tester.]
18+
19+
### Additional Comments
20+
21+
[This section is optional. Use it to give the maintainers a "heads ups!" about the code you've written.]
22+
23+
### GIF for how this PR makes me feel
24+
25+
![](GIF_URL)

0 commit comments

Comments
 (0)