Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 83a24b5

Browse files
committed
Added github files
1 parent 38f7f5b commit 83a24b5

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## How to Contribute to This Project
2+
3+
#### **Did You Find a Bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under **Issues**.
6+
* If you're unable to find an open issue addressing the problem, **open a new one**. Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
7+
8+
#### **Did You Write a Patch That Fixes a Bug?**
9+
10+
* Open a new GitHub pull request with the patch.
11+
1. Fork this project
12+
1. Create your feature branch: `git checkout -b my-new-feature`
13+
1. Commit your changes: `git commit -am 'Add some feature'`
14+
1. Push to the branch: `git push origin my-new-feature`
15+
1. Submit a pull request via GitHub's web interface
16+
* Ensure the PR description clearly describes the problem and its solution. Include the relevant issue number if applicable.
17+
18+
#### **Do You Intend to Add a New Feature or Change an Existing One?**
19+
20+
* Suggest your change as a **new issue** using the label `enhancement` **BEFORE** you start writing code.
21+
22+
#### **Do You Want to Sponsor Open Source Development?**
23+
24+
If you need express resolution of a bug or new features you can consider the opportunity of **sponsoring** the relevant development.
25+
26+
* Open an issue on GitHub (of type `bug` or `enhancement`) with the details of what you want
27+
* Contact [example42](http://www.example42.com/#contact) referring the issue you created
28+
* Tell us how you want to sponsor the development (sending money, gifts or offering services)
29+
* If we agree on the conditions we will place your [company] name in the module's Sponsors List
30+
31+
Thanks for contributing! :heart:

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Expected Behavior
2+
3+
4+
## Actual Behavior
5+
6+
7+
## Steps to Reproduce the Problem
8+
9+
1.
10+
1.
11+
1.
12+
13+
## Specifications
14+
15+
Please add this info:
16+
17+
1. Output of ```facter -p``` on the failing node (at least the OS related facts)
18+
1. Version of Puppet and of the module
19+
1. The relevant Puppet code and eventually Hiera data

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Before submitting your PR
2+
3+
1. Open an **issue** and refer to its number in your PR title
4+
1. If it's a bug and you have the solution, go on with the PR!
5+
1. If it's an enhancement, please wait for our feedback before starting to work on it
6+
1. Please run ```puppet-lint``` on your code and ensure it's compliant
7+
8+
## After submitting your PR
9+
10+
1. Verify Travis checks and eventually fix the errors
11+
1. Feel free to ping us if we don't reply promptly
12+

0 commit comments

Comments
 (0)