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

Updated issue and PR templates to be a bit more approachable #1700

Merged
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
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Required:
------------
[ ] I believe this isn't a duplicate topic
[ ] This report is not related to an adapter

For adapter related issues, please go to the appropriate repository - likely in
the [OpenTimelineIO github organization](https://github.com/OpenTimelineIO/).
For general questions and help please use the
[Academy Software Foundation slack](https://slack.aswf.io/),
[#opentimelineio](https://academysoftwarefdn.slack.com/messages/CMQ9J4BQC).

## Select One:

[ ] Build problem
[ ] Incorrect Functionality or bug
[ ] New feature or functionality

## Description
<!-- Please make the description as precise as possible so we can best understand your suggestion or issue. -->


meshula marked this conversation as resolved.
Show resolved Hide resolved
# Optional
-----------

## Environment

Operating System:
Python version if appropriate:

## Reproduction Steps

## Log output if appropriate

## Sample data and other attachements
50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.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
@@ -1,6 +1,6 @@
**Link the Issue(s) this Pull Request is related to.**

Each PR should link at least one issue, in the form:
If there is an associated issue, link it in the form:

```Fixes #123```

Expand Down
Loading