Changes
6 changed files (+230/-0)
-
-
@@ -0,0 +1,55 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # # SPDX-License-Identifier: Apache-2.0 name: Accessibility Problem description: File a accessibility problem report. labels: - "type: a11y" body: - type: markdown attributes: value: | If you think Macana's default theme builder's output is inaccessible to certain users, use this form. Note that support for screen readers run only on Windows is limited. - type: textarea attributes: label: Description description: If you're sure the markup violates HTML spec or WAI-ARIA standards, also include a link to the corresponding section on the spec. validations: required: true - type: input attributes: label: Minimal Reproduction Repository description: URL for the minimal reproduction repository, sandbox, or a page of website built using Macana. placeholder: "https://example.com/foo/" validations: required: true - type: input attributes: label: Version description: Version tag or SHA commit hash the a11y problem exists. placeholder: "v0.1.0" validations: required: true - type: input attributes: label: System and Browser description: If the problem is specific to certain browsers, write OS family, browser name and its version. placeholder: "macOS Chrome 124.0" - type: dropdown attributes: label: Screen Reader Software description: If the problem is specific to certain screen readers, select those. options: - VoiceOver (iOS / macOS) - TalkBack (Android) - ChromeVox - NVDA - JAWS - Others
-
-
-
@@ -0,0 +1,45 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # # SPDX-License-Identifier: Apache-2.0 name: Build Bug description: File a bug report about build process. labels: - "type: bug (build)" body: - type: markdown attributes: value: | If you think Macana's build functions working differently from documented, use this form. - type: textarea attributes: label: Brief Description validations: required: true - type: textarea attributes: label: Expected Result / Behavior validations: required: true - type: textarea attributes: label: Actual Result / Behavior validations: required: true - type: input attributes: label: Minimal Reproduction Repository description: URL for the minimal reproduction repository or sandbox. placeholder: "https://example.com/" validations: required: true - type: input attributes: label: Version description: Version tag or SHA commit hash the bug exists. placeholder: "v0.1.0" validations: required: true
-
-
-
@@ -0,0 +1,5 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # # SPDX-License-Identifier: Apache-2.0 blank_issues_enabled: false
-
-
-
@@ -0,0 +1,21 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # # SPDX-License-Identifier: Apache-2.0 name: Editorial description: File an editorial report. body: - type: markdown attributes: value: | If you find typo, grammar error, or other editorial problems in Macana's documentation, source code, or generated website, use this form. For grammar errors, links or examples of correct sentense would be appreciated. - type: textarea attributes: label: Description validations: required: true
-
-
-
@@ -0,0 +1,56 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # # SPDX-License-Identifier: Apache-2.0 name: Output Bug description: File a bug report about generated HTML/CSS/JavaScript. labels: - "type: bug (output)" body: - type: markdown attributes: value: | If you think Macana's default theme builder's output violates specs, layout incorrectly, or not working as intended, use this form. Make sure to test with all browser extension disabled before submitting. - type: textarea attributes: label: Description description: If it's related CSS, paste a screenshot. If JavaScript throwing an error, paste a stack trace inside a code fence. validations: required: true - type: textarea attributes: label: Expected Result / Behavior validations: required: true - type: textarea attributes: label: Actual Result / Behavior validations: required: true - type: input attributes: label: Minimal Reproduction Repository description: URL for the minimal reproduction repository, sandbox, or a page of website built using Macana. placeholder: "https://example.com/foo/" validations: required: true - type: input attributes: label: Version description: Version tag or SHA commit hash the bug exists. placeholder: "v0.1.0" validations: required: true - type: input attributes: label: System and Browser description: If the problem is specific to certain browsers, write OS family, browser name and its version. placeholder: "macOS Chrome 124.0" validations: required: true
-
-
-
@@ -0,0 +1,48 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # # SPDX-License-Identifier: Apache-2.0 name: Performance Problem description: File a performance problem report. labels: - "type: performance" body: - type: markdown attributes: value: | If you think Macana has performance problem on its build process, use this issue form. Describing your context and usecase would help me correctly evaluating the problem. - type: textarea attributes: label: Description validations: required: true - type: input attributes: label: Minimal Reproduction Repository description: URL for the minimal reproduction repository or sandbox. placeholder: "https://example.com" validations: required: true - type: input attributes: label: Version description: Version tag or SHA commit hash the performance problem occurs. placeholder: "v0.1.0" validations: required: true - type: dropdown attributes: label: System options: - Linux - BSD - macOS - Windows validations: required: true
-