Skip to content

Commit

Permalink
Merge pull request #34 from chef/github2
Browse files Browse the repository at this point in the history
Add github templates/codeowners file & update contributing docs
  • Loading branch information
tas50 authored Jul 5, 2018
2 parents 91cfd70 + 1ba9f0e commit 28bfeef
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 159 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Order is important. The last matching pattern has the most precedence.

* @chef/msys-developers
.expeditor/** @chef/jex-team
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Description
<!--- Briefly describe the issue -->

## Gem Version
<!--- Tell us which version of the gem you are using. -->

## Windows Version
<!--- Tell us which version of Windows you are running. -->

## Replication Case
<!--- Tell us what steps to take to replicate your problem. See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve)
for information on how to create a good replication case. -->
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Description

[Please describe what this change achieves]

### Issues Resolved

[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]

### Check List

- [ ] New functionality includes tests
- [ ] All tests pass
- [ ] All commits have been signed-off for the Developer Certificate of Origin. See <https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco>
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ before_install:
- gem --version

rvm:
- 2.2.0
- 2.3.3
- 2.4.1
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head

Expand Down
154 changes: 0 additions & 154 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,10 @@ store.close

Ruby 1.9.3+ is required.

## CONTRIBUTING:
## Contributing

For information on contributing to this project see https://github.com/chef/chef/blob/master/CONTRIBUTING.md

Please file bugs against the WIN32-CERTSTORE project at https://github.com/chef/win32-certstore/issues.

More information on the contribution process for Chef projects can be found in the [Chef Contributions document](http://docs.chef.io/community_contributions.html).

Expand Down

0 comments on commit 28bfeef

Please sign in to comment.