Skip to content

Commit 230ab9f

Browse files
committed
(maint) Add Issue and Pull Request Templates
This commit adds Github issue and pull request templates to help users submit issues and contribute code.
1 parent 9234c67 commit 230ab9f

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.github/issue_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Thanks for taking the time to reach out to us!
3+
4+
Please provide the following information with as much detail as you can.
5+
6+
Screenshots or logs help the most!
7+
8+
Feel free to delete the comment blocks
9+
-->
10+
### What Versions are you running?
11+
12+
OS Version:
13+
VSCode Version:
14+
Puppet Extension Version:
15+
Puppet Agent Version:
16+
PDK Version (if applicable):
17+
18+
### What You Are Seeing?
19+
20+
### What is Expected?
21+
22+
### How Did You Get This To Happen? (Steps to Reproduce)
23+
24+
### Output Log
25+
26+
<!--
27+
For information how to capture verbose logs, look [here](https://github.com/jpogran/puppet-vscode/tree/master/client#2-capture-verbose-logs-and-send-them-to-us)
28+
-->

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
BEFORE YOU CREATE A PULL REQUEST:
3+
4+
Ensure you have read over
5+
6+
CONTRIBUTING - https://github.com/jpogran/puppet-vscode/blob/master/CONTRIBUTING.md
7+
8+
and
9+
10+
CODE_OF_CONDUCT - https://github.com/jpogran/puppet-vscode/blob/master/CODE_OF_CONDUCT.md
11+
12+
We provide defined guidance (as such, we strongly adhere to it).
13+
14+
A summary of our expectations:
15+
- You are not submitting a pull request from your MASTER branch.
16+
- YOUR GIT COMMIT MESSAGE FORMAT IS EXTREMELY IMPORTANT. We have a very defined expectation for this format and are sticklers about it. Really, READ the entire Contributing document. It will save you and us pain.
17+
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
18+
19+
THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.
20+
21+
DELETE EVERYTHING IN THIS COMMENT BLOCK
22+
-->

0 commit comments

Comments
 (0)