Skip to content

Creates CONTRIBUTOR and MAINTAINERS files #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 20, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding github templates for issues/pull requests
Signed-off-by: Vern Burton <me@vernburton.com>
  • Loading branch information
tarcinil committed Mar 8, 2018
commit 02d9a59f5df6ac7d2f4f6e62aa4ae36e3cdd55d4
15 changes: 15 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Subject of the issue
Describe your issue here.

### Your environment
* version of git and ruby-git
* version of ruby

### Steps to reproduce
Tell us how to reproduce this issue.

### Expected behaviour
What did you expect to happen?

### Actual behaviour
What actually happened?
9 changes: 9 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Your checklist for this pull request
🚨Please review the [guidelines for contributing](../CONTRIBUTING.md) to this repository.

- [ ] Ensure all commits include
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

include what?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should have been the DCO sign-off, but could be rendered moot by your other comments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tarcinil Fair enough. Ping me or @rvodden once you have it rebased and we'll give it another look.

Copy link
Contributor Author

@tarcinil tarcinil Apr 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@perlun My branch has been rebased and comments addressed.

The thread safety issue has also struck on the Ruby 2.1.10 inside of Travis.

- [ ] Ensure that your contributions pass unit testing.
- [ ] Ensure that your contributions contain documentation if applicable.

### Description
Please describe your pull request.