mirror of
https://github.com/audacity/community.git
synced 2026-04-29 19:53:33 -05:00
Update issue templates
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,22 +0,0 @@
|
||||
---
|
||||
name: 'Bug Report'
|
||||
about: 'Report a Bug, something does not work as it supposed to'
|
||||
title: '[LIBRARY NAME] <DESCRIPTION>'
|
||||
labels: bug
|
||||
---
|
||||
|
||||
### Package and Environment Details (include every applicable attribute)
|
||||
* Package Name/Version: **zstd/1.3.3**
|
||||
* Operating System+version: **Linux Ubuntu 16.04**
|
||||
* Compiler+version: **gcc-5.4**
|
||||
* Docker image: **conanio/gcc7**
|
||||
* Conan version: **conan 1.11.0**
|
||||
* Python version: **Python 3.7.0**
|
||||
|
||||
### Conan profile (output of `conan profile show default` or `conan profile show <profile>` if custom profile is in use)
|
||||
|
||||
|
||||
### Steps to reproduce (Include if Applicable)
|
||||
|
||||
|
||||
### Logs (Include/Attach if Applicable)
|
||||
39
.github/ISSUE_TEMPLATE/package_bug.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/package_bug.md
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
name: 'Package: Bug Report'
|
||||
about: 'Report a bug, something does not work as it supposed to'
|
||||
title: '<LIBRARY-NAME>/<LIBRARY-VERSION>: SHORT DESCRIPTION'
|
||||
labels: bug
|
||||
---
|
||||
|
||||
<!--
|
||||
Please don't forget to update the issue title.
|
||||
Include all applicable information to help us reproduce your problem.
|
||||
-->
|
||||
|
||||
### Package and Environment Details (include every applicable attribute)
|
||||
* Package Name/Version: **zlib/1.2.8**
|
||||
* Operating System+version: **Linux Ubuntu 18.04**
|
||||
* Compiler+version: **GCC 8**
|
||||
* Docker image: **conanio/gcc8**
|
||||
* Conan version: **conan 1.18.0**
|
||||
* Python version: **Python 3.7.4**
|
||||
|
||||
|
||||
### Conan profile (output of `conan profile show default` or `conan profile show <profile>` if custom profile is in use)
|
||||
```
|
||||
Put your profile output here
|
||||
```
|
||||
|
||||
|
||||
### Steps to reproduce (Include if Applicable)
|
||||
|
||||
|
||||
|
||||
### Logs (Include/Attach if Applicable)
|
||||
<details><summary>Click to expand log</summary>
|
||||
|
||||
```
|
||||
Put your log output here
|
||||
```
|
||||
|
||||
</details>
|
||||
13
.github/ISSUE_TEMPLATE/package_upstream_update.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/package_upstream_update.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: 'Package: New Version'
|
||||
about: 'If an existing package recipe needs an update for a new upstream version'
|
||||
title: '[request] <LIBRARY-NAME>/<LIBRARY-VERSION>'
|
||||
labels: 'upstream update'
|
||||
---
|
||||
|
||||
### Package Details
|
||||
* Package Name/Version: **cmake/3.15.3**
|
||||
* Changelog: **https://cmake.org/cmake/help/latest/release/3.15.html**
|
||||
|
||||
|
||||
The above mentioned version is newly released by the upstream project and not yet available as a recipe. Please add this version.
|
||||
14
.github/ISSUE_TEMPLATE/question.md
vendored
14
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,16 +1,8 @@
|
||||
---
|
||||
name: 'Question'
|
||||
about: 'Just ask something for the clarification'
|
||||
title: 'Question'
|
||||
about: 'If something needs clarification'
|
||||
title: '[question] SHORT DESCRIPTION'
|
||||
labels: question
|
||||
---
|
||||
|
||||
### Package and Environment Details (include every applicable attribute)
|
||||
* Package Name/Version: **zstd/1.3.3**
|
||||
* Operating System+version: **Linux Ubuntu 16.04**
|
||||
* Compiler+version: **gcc-5.4**
|
||||
* Docker image: **conanio/gcc7**
|
||||
* Conan version: **Conan 1.11.0**
|
||||
* Python version: **Python 3.7.0**
|
||||
|
||||
### Question Description
|
||||
<!-- What is your question? Please be as specific as possible! -->
|
||||
|
||||
13
.github/ISSUE_TEMPLATE/upstream_update.md
vendored
13
.github/ISSUE_TEMPLATE/upstream_update.md
vendored
@@ -1,13 +0,0 @@
|
||||
---
|
||||
name: 'Upstream Update'
|
||||
about: 'report an Upstream Update (new library version)'
|
||||
title: 'Upstream Update: <LIBRARY NAME> <NEW VERSION>'
|
||||
labels: 'Upstream Update'
|
||||
assignees: SSE4
|
||||
---
|
||||
|
||||
### Package Details
|
||||
* Package Name: **zstd**
|
||||
* Latest available Version: **1.3.3**
|
||||
|
||||
The above mentioned version is newly released by the upstream project and not yet available within Bincrafters. Please add this version.
|
||||
Reference in New Issue
Block a user