Skip to content

Commit

Permalink
Merge pull request #300 from Anaconda-Platform/issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
mcg1969 committed Dec 8, 2020
2 parents 92b4f5b + 6441697 commit 001c1dd
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: TRIAGE
assignees: ''

---

BEFORE YOU FILL THIS OUT: Is this the right repo? anaconda-project is a command-line tool for capturing reproducible projects; it is not "anaconda" in general. If your issue is with:

- repo.anaconda.com or a package from the Anaconda defaults channel: See https://github.com/ContinuumIO/anaconda-issues
- anaconda.org access and service: See https://anaconda.org/contact/report
- Anaconda as a company: See https://www.anaconda.com/contact

If your issue really is with anaconda-project, please delete the above text and fill this out!

#### ALL software version info
(anaconda-project version, conda version, etc.)

#### Description of expected behavior and the observed behavior

#### Relevant configuration files

```
# E.g. your anaconda-project.yml file
```

# Complete, minimal, self-contained example code that reproduces the issue

```
# list of commands you executed
```

#### Command output and/or screenshots of the bug in action
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Custom issue template
about: Other issues
title: ''
labels: TRIAGE
assignees: ''

---

BEFORE YOU FILL THIS OUT: Is this the right repo? anaconda-project is a command-line tool for capturing reproducible projects; it is not "anaconda" in general. If your issue is with:

- repo.anaconda.com or a package from the Anaconda defaults channel: See https://github.com/ContinuumIO/anaconda-issues
- anaconda.org access and service: See https://anaconda.org/contact/report
- Anaconda as a company: See https://www.anaconda.com/contact

If your issue really is with anaconda-project, please delete the above text and fill this out!
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[ENH]"
labels: TRIAGE
assignees: ''

---

BEFORE YOU FILL THIS OUT: Is this the right repo? anaconda-project is a command-line tool for capturing reproducible projects; it is not "anaconda" in general. If your issue is with:

- repo.anaconda.com or a package from the Anaconda defaults channel: See https://github.com/ContinuumIO/anaconda-issues
- anaconda.org access and service: See https://anaconda.org/contact/report
- Anaconda as a company: See https://www.anaconda.com/contact

If your issue really is with anaconda-project, please delete the above text and fill this out!

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 001c1dd

Please sign in to comment.