-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop2' into release/2.0-beta
- Loading branch information
Showing
144 changed files
with
1,941 additions
and
1,904 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Bug Report | ||
description: Report a bug, something does not work as it's supposed to | ||
title: '[bug] SHORT DESCRIPTION' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a report. | ||
**Please don't forget to update the issue title.** | ||
Include all applicable information to help us reproduce your problem. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Environment details | ||
description: Include every applicable attribute | ||
value: | | ||
* Operating System+version: | ||
* Compiler+version: | ||
* Conan version: | ||
* Python version: | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to reproduce | ||
description: Include if applicable | ||
placeholder: | | ||
1. Make sure that ... is there | ||
2. Execute the `conan ...` command | ||
3. Observe how the resulting ... is wrong | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: (Executed commands with output, include/attach if applicable) | ||
placeholder: | | ||
``` | ||
barbarian@conan ~: conan ... | ||
This is the output from conan ... | ||
``` | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Feature Request | ||
description: Request a new feature or suggest a change | ||
title: '[feature] SHORT DESCRIPTION' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a request. | ||
**Please don't forget to update the issue title.** | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: What is your suggestion? | ||
description: Please be as specific as possible! | ||
placeholder: Hi! I would like for conan to be able to ... | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: contributing | ||
attributes: | ||
label: Have you read the CONTRIBUTING guide? | ||
description: It can be found in [CONTRIBUTING.md](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md) | ||
options: | ||
- label: I've read the CONTRIBUTING guide | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Question | ||
description: If something needs clarification | ||
title: '[question] SHORT DESCRIPTION' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill your question. | ||
**Please don't forget to update the issue title.** | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: What is your question? | ||
description: Please be as specific as possible! | ||
placeholder: Hi! I have a question regarding ... | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: contributing | ||
attributes: | ||
label: Have you read the CONTRIBUTING guide? | ||
description: It can be found in [CONTRIBUTING.md](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md) | ||
options: | ||
- label: I've read the CONTRIBUTING guide | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.