Update issue templates

This commit is contained in:
Croydon
2020-01-11 03:31:37 +01:00
parent 0b2bc6b9e5
commit 6dccb5188e
5 changed files with 55 additions and 46 deletions

View File

@@ -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
View 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>

View 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.

View File

@@ -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! -->

View File

@@ -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.