Skip to content

Commit

Permalink
Add more files to bring it in line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stevens committed Oct 3, 2019
1 parent e3a7903 commit 49e558c
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @chef-cookbooks/cookbook_engineering_team
* @sous-chefs/memcached
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
daysUntilLock: 30
exemptLabels: []
lockLabel: false
lockComment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

AllCops:
Exclude:
- 'Dangerfile'
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Community Guidelines

This project follows the Chef Community Guidelines <https://docs.chef.io/community_guidelines.html>
23 changes: 21 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
Please refer to
https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD
# Contributing

## Branches

### `master` branch

The master branch is the current committed changes. These changes may not yet be released although we try to release often.

## Tags

All releases are tagged in git. To see the releases available to you see the changelog or the tags directly.

## Pull requests

- <https://github.com/sous-chefs/memcached/pulls>

## Issues

Need to report an issue? Use the github issues:

- <https://github.com/sous-chefs/memcached/issues>

0 comments on commit 49e558c

Please sign in to comment.