Skip to content
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

feat: add issue config #363

Merged
merged 8 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Box Developer Community
url: https://forum.box.com
about: Before creating an issue, I have searched the Box Developer Community and my issue isn't already reported there.
- name: Issues
url: https://github.com/box/box-openapi/issues
about: Before creating an issue, I have searched Issues in this repository and my issue isn't already reported there.
- name: API Reference
url: https://developer.box.com/reference
about: Before creating an issue, I have checked that the API documentation doesn't solve my issue.
File renamed without changes.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/mistake.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Re `APIWG-#` (`Jira` ticket)
- [ ] I have performed a self-review of my own changes
- [ ] I have run `yarn lint` to make sure my changes pass all linters
- [ ] I have pulled the latest changes from the upstream developer branch
- [ ] I have run `yarn build:schema` and included changes in `openapi.json` file if any
- [ ] I have run `yarn build:schema` and included changes in `openapi.json`

## Contribution guidelines

Expand Down