Fixed line length

This commit is contained in:
Tobias Brenner
2021-11-28 13:03:42 +01:00
parent 60058fb359
commit 572a39e5ab
2 changed files with 16 additions and 7 deletions
+15 -6
View File
@@ -4,7 +4,9 @@
description: "A breaking change for existing users." description: "A breaking change for existing users."
- name: "bugfix" - name: "bugfix"
color: ee0701 color: ee0701
description: "Inconsistencies or issues which will cause a problem for users or implementors." description: >
"Inconsistencies or issues which will cause a
problem for users or implementors."
- name: "documentation" - name: "documentation"
color: 0052cc color: 0052cc
description: "Solely about the documentation of the project." description: "Solely about the documentation of the project."
@@ -35,7 +37,8 @@
description: "Issue is currently being resolved by a developer." description: "Issue is currently being resolved by a developer."
- name: "stale" - name: "stale"
color: fef2c0 color: fef2c0
description: "There has not been activity on this issue or PR for quite some time." description: >
"There has not been activity on this issue or PR for quite some time."
- name: "no-stale" - name: "no-stale"
color: fef2c0 color: fef2c0
description: "This issue or PR is exempted from the stable bot." description: "This issue or PR is exempted from the stable bot."
@@ -52,10 +55,12 @@
- name: "beginner-friendly" - name: "beginner-friendly"
color: 0e8a16 color: 0e8a16
description: "Good first issue for people wanting to contribute to the project." description: >
"Good first issue for people wanting to contribute to the project."
- name: "help-wanted" - name: "help-wanted"
color: 0e8a16 color: 0e8a16
description: "We need some extra helping hands or expertise in order to resolve this." description: >
"We need some extra helping hands or expertise in order to resolve this."
- name: "hacktoberfest" - name: "hacktoberfest"
description: "Issues/PRs are participating in the Hacktoberfest." description: "Issues/PRs are participating in the Hacktoberfest."
@@ -66,10 +71,14 @@
- name: "priority-critical" - name: "priority-critical"
color: ee0701 color: ee0701
description: "This should be dealt with ASAP. Not fixing this issue would be a serious error." description: >
"This should be dealt with ASAP. Not fixing this issue would be a serious
error."
- name: "priority-high" - name: "priority-high"
color: b60205 color: b60205
description: "After critical issues are fixed, these should be dealt with before any further issues." description: >
"After critical issues are fixed, these should be dealt with before
any further issues."
- name: "priority-medium" - name: "priority-medium"
color: 0e8a16 color: 0e8a16
description: "This issue may be useful, and needs some attention." description: "This issue may be useful, and needs some attention."