Skip to content

Commit

Permalink
Fix generic issue template style
Browse files Browse the repository at this point in the history
The newlines make the view look broken when reported. Curiously enough,
this is not the case in the `New issue` form preview.
  • Loading branch information
mara004 committed Nov 10, 2023
1 parent e10f667 commit 13ae34b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/3_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ body:
options:
- label: I confirm this is **not a question, or helpers feature request**. *Otherwise, use the Discussions page.*
required: true
- label: |
I confirm this is **not an issue encountered with an installed build of pypdfium2, but about some other aspect of the project** (specify below).
*Otherwise, use one of the package templates (PyPA/conda).*
- label: I confirm this is **not an issue encountered with an installed build of pypdfium2, but about some other aspect of the project** (specify below). *Otherwise, use one of the package templates (PyPA/conda).*
required: true
- label: |
I confirm this is **not about an unofficial build of pypdfium2**, or an effort to create a such.
*We do not support third-party builds, and they are not eligible for a bug report. Please use our official packages instead.*
- label: I confirm this is **not about an unofficial build of pypdfium2**, or an effort to create a such. *We do not support third-party builds, and they are not eligible for a bug report. Please use our official packages instead.*
required: true

- type: input
Expand Down

0 comments on commit 13ae34b

Please sign in to comment.