Skip to content

Commit

Permalink
Merge pull request #13 from tchapgouv/fix/sort-issues-on-creation
Browse files Browse the repository at this point in the history
Fix/sort issues on creation
  • Loading branch information
estellecomment authored Mar 24, 2022
2 parents be82b15 + cab16d0 commit 7eed12b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 82 deletions.
76 changes: 0 additions & 76 deletions .github/ISSUE_TEMPLATE/bug-desktop.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-web.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report for Element Web (in browser)
description: File a bug report if you are using Element in a web browser like Firefox, Chrome, Edge, and so on.
labels: [T-Defect]
labels: [web, v4, bug]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -42,7 +42,7 @@ body:
id: browser
attributes:
label: Browser information
description: Which browser are you using? Which version?
description: Which browser are you using? Which version?
placeholder: e.g. Chromium Version 92.0.4515.131
validations:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Enhancement request
description: Do you have a suggestion or feature request?
labels: [T-Enhancement]
labels: [web, v4, enhancement]
body:
- type: markdown
attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/triage-incoming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
project: Tchap all issues
column: New issues
repo-token: ${{ secrets.TRIAGE_TOKEN }}

0 comments on commit 7eed12b

Please sign in to comment.