From f1c53f29a8462ad46b37a9507edfff18a15b70a8 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 11 May 2022 05:53:13 +0900 Subject: [PATCH] Revert "Doc: Template with github form" This reverts commit d47b3d82254f29fcc53a417f8c6e5d3dd10d3c5e. --- .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 50 ---------------------- .github/pull_request_template.md | 24 +++++++++++ .github/pull_request_template.yml | 44 ------------------- 4 files changed, 47 insertions(+), 94 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .github/pull_request_template.md delete mode 100644 .github/pull_request_template.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9b544b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'Issue::Enhancement' +assignees: '' + +--- + +**Is your feature request related to a problem?** + + +**The solution I'd like** + + +**Screenshots or video** + + +**Alternatives I've considered** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 2555fbc..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: Feature request -description: Suggest an idea for this project -title: "" -labels: ["Issue::Enhancement"] - -body: - - type: textarea - id: is-your-feature-related-to-a-problem - attributes: - label: Is your feature request related to a problem - description: A clear and concise description of what the problem is. - placeholder: Ex. I don't like this design that [...] - validations: - required: false - - - type: textarea - id: the-solution-i-d-like - attributes: - label: The solution I'd like - description: A clear and concise description of what you want to happen. - placeholder: Ex. I hope that the tab bar background of Windows 7 is an AERO interface like IE. - validations: - required: false - - - type: textarea - id: screenshots-or-video - attributes: - label: Screenshots or video - description: If is helpful to attach screenshots or video similar to the desired features. - placeholder: Drag or paste images or videos to upload - validations: - required: false - - - type: textarea - id: alternatives-i-ve-considered - attributes: - label: Alternatives I've considered - description: A clear and concise description of any alternative solutions or features you've considered. - placeholder: Ex. I don't like this design that [...] - validations: - required: false - - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request here. - placeholder: Anything to write down or refer to is fine - validations: - required: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d1da789 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +**Describe the PR** + + +**Related Issue** + + +**Screenshots** + + +**Environment (please complete the following information):** + + + - PR Type + - [ ] `Add:` Add feature or enhanced. + - [ ] `Fix:` Bug fix or change default values. + - [ ] `Clean:` Refactoring. + - [ ] `Doc:` Update docs. + - Distribution + - [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix) + - [ ] [Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style) + - [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style) + +**Additional context** + diff --git a/.github/pull_request_template.yml b/.github/pull_request_template.yml deleted file mode 100644 index e1715e3..0000000 --- a/.github/pull_request_template.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Pull Request Template -description: Pull Request's template -title: "" - -body: - - type: textarea - id: describe-the-pr - attributes: - label: Describe the PR - description: A clear and consise description of what the PR is. - placeholder: Tell us what you did! - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: If applicable, and screenshots to help explain your commit. - placeholder: Drag or paste images or videos to upload - validations: - required: false - - - type: checkboxes - id: pr-type - attributes: - label: PR Type? - description: You may select more than one. - options: - - label: "`Add:` Add feature or enhanced." - - label: "`Fix:` Bug fix or change default values." - - label: "`Clean:` Refactoring or code quality improvement." - - label: "`Doc:` Update docs." - validations: - required: true - - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Add any other context about the commit here. - placeholder: Anything to write down or refer to is fine - validations: - required: false