From edaee2a783600ba693e6cdce50e2012d67909994 Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Wed, 18 Oct 2023 09:18:15 +0200 Subject: [PATCH] chore: update github templates Co-Authored-by: Pascal Repond --- .github/ISSUE_TEMPLATE.md | 28 +--------------------------- .github/PULL_REQUEST_TEMPLATE.md | 25 ------------------------- 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a09398ed6..5aa7fe52e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,36 +2,10 @@ name: Default Issue template about: Create an issue to help us improve title: '' -labels: 'triage' +labels: '' assignees: '' --- **If your issue concerns a RERO ILS functionality, even if it's on the professional interface, please open it on the rero-ils project: https://github.com/rero/rero-ils/issues** - -**Describe the issue** -A clear and concise description of what the issue is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '…' -1. Log in as '…' -1. Click on '…' -1. Scroll down to '…' -1. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Software version** -Tell us which version you're using: - - * from which server URL do you come from? ils.test or ilsdev? - * checks the version on homepage. Do you see the version as 0.5.0 or a hash as 2493ca6? - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 87fc420b2..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -## Why are you opening this PR? - -- Which task/US does it implement? -- Which issue does it fix? - -## Dependencies - -My PR depends on `rero-ils#`'s PR(s): - -* rero/rero-ils# - -## How to test? - -- What command should I have to run to test your PR? -- What should I test through the UI? - -## Code review check list - -- [ ] Commit message template compliance. -- [ ] Commit message without typos. -- [ ] File names. -- [ ] Functions names. -- [ ] Functions docstrings. -- [ ] Unnecessary commited files? -- [ ] Cypress tests successful?