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

Commit

Permalink
Added github files
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed May 12, 2016
1 parent ba02f9a commit 3027dac
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1,24 @@
## How to Contribute to This Project

Note: This repository is not currently actively maintained.

#### **Did You Find a Bug?**

* **Ensure the bug was not already reported** by searching on GitHub under **Issues**.
* If you have a solution that doens't introduce backward incompatibilities, feel free to open it and submit a **Pull Request** for it.
* If you need a fix from us, check the **Sponsor** chapter.

#### ** Do you want to maintain this repo?**

Since example42 is not maintaining any more this project, we accept candidates for maintaining it. If you want to become a maintainer, contact us.

#### **Do You Want to Sponsor Open Source Development?**

If you need to fix a bug on this project or new want eatures you can consider the opportunity of **sponsoring** the relevant development.

* Open an issue on GitHub (of type `bug` or `enhancement`) with the details of what you want
* Contact [example42](http://www.example42.com/#contact) referring the issue you created
* Tell us how you want to sponsor the development (sending money, gifts or offering services)
* If we agree on the conditions we will place your [company] name in the module's Sponsors List

Thanks for contributing! :heart:
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,19 @@
## Expected Behavior


## Actual Behavior


## Steps to Reproduce the Problem

1.
1.
1.

## Specifications

Please add this info:

1. Output of ```facter -p``` on the failing node (at least the OS related facts)
1. Version of Puppet and of the module
1. The relevant Puppet code and eventually Hiera data
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
## Before submitting your PR

1. Open an **issue** and refer to its number in your PR title
1. If it's a bug and you have the solution, go on with the PR!
1. If it's an enhancement, please wait for our feedback before starting to work on it
1. Please run ```puppet-lint``` on your code and ensure it's compliant

## After submitting your PR

1. Verify Travis checks and eventually fix the errors
1. Feel free to ping us if we don't reply promptly

0 comments on commit 3027dac

Please sign in to comment.