diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e65101f8..fd1a3cdc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,24 +2,75 @@ name: Bug Report about: Report a Bug title: '' -labels: '' +labels: 'bug' assignees: '' --- ### Affected Version -**paru -V** + + + +```sh +**Include your version!** +``` + +### Checklist + +- [ ] I have checked the open and already closed [issues](https://github.com/Morganamilo/paru/issues) for duplicates ### Description -**Have you checked previous issues?** + + ### Output + + +```console **Include the FULL output of any relevant commands/configs** **Don't cut parts of the input always include the FULL thing** +``` + +### Config-Files +#### Paru.conf -**paru.conf and pacman.conf are usually always relevant** + ```sh +**Include your paru.conf!** +``` +#### Pacman.conf + + + +```sh +**Include your pacman.conf!** ``` diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index 0221bbf8..1228dd36 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -2,24 +2,75 @@ name: Issue about: Report an Issue title: '' -labels: '' +labels: 'help wanted' assignees: '' --- ### Affected Version -**paru -V** + + + +```sh +**Include your version!** +``` + +### Checklist + +- [ ] I have checked the open and already closed [issues](https://github.com/Morganamilo/paru/issues) for duplicates ### Description -**Have you checked previous issues?** + + ### Output + + +```console **Include the FULL output of any relevant commands/configs** **Don't cut parts of the input always include the FULL thing** +``` + +### Config-Files +#### Paru.conf -**paru.conf and pacman.conf are usually always relevant** + ```sh +**Include your paru.conf!** +``` +#### Pacman.conf + + + +```sh +**Include your pacman.conf!** ```