Skip to content

Commit

Permalink
Merge pull request #240 from CircleCI-Public/github-templates
Browse files Browse the repository at this point in the history
[CIRCLE-15458]: Create GitHub Issue and PR templates
  • Loading branch information
Zachary Scott authored Dec 26, 2018
2 parents 8153c30 + ed17405 commit bad101f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @CircleCI-Public/dx-internal
* @CircleCI-Public/dx-clients
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- [ ] I have our [Contribution Guidelines](./CONTRIBUTING.md).
- [ ] I checked for similar issues and didn't find anything relevant.
- [ ] This is not a security issue (which should be reported here: https://circleci.com/security/)

**Do you want to request a *feature* or report a *bug*?**

**What is the current behavior?**

Can you provide an example?

**What is the expected behavior?**

**Which version of the CLI and OS are you using? Did this work in previous versions?**

Please provide the output of `circleci version` and `circleci diagnostic`.

**If you have any questions, feel free to ping us at @CircleCI-Public/dx-clients.**
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- [ ] I have our [Contribution Guidelines](./CONTRIBUTING.md).
- [ ] I checked for similar issues and didn't find anything relevant.
- [ ] This is not a security issue (which should be reported here: https://circleci.com/security/)

**Here are some helpful tips you can follow when submitting a pull request:**

1. Fork [the repository](https://github.com/CircleCI-Public/circleci-cli) and create your branch from `master`.
2. Run `make build` in the repository root.
3. If you've fixed a bug or added code that should be tested, add tests!
4. Ensure the test suite passes (`make test`).
5. The `--debug` flag is often helpful for debugging HTTP client requests and responses.
6. Format your code with [gofmt](https://golang.org/cmd/gofmt/).
7. Make sure your code lints (`make lint`). Tip: `make dev` will install `gometalinter`.

**If you have any questions, feel free to ping us at @CircleCI-Public/dx-clients.**

0 comments on commit bad101f

Please sign in to comment.