From f9b5d2a0c585f603c5271f76ff09337d6cdaeb5d Mon Sep 17 00:00:00 2001 From: Weibin Zeng Date: Tue, 6 Dec 2022 10:38:23 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Add=20issue=20template=20and=20pull?= =?UTF-8?q?=20request=20template=20to=20help=20user=20easy=20to=20get?= =?UTF-8?q?=E2=80=A6=20(#13)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3b4971d2856a0c2eec54d82906be27f2c3f14c45. --- .github/ISSUE_TEMPLATE/bug_report.md | 69 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 5 -- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------- .github/PULL_REQUEST_TEMPLATE.md | 28 --------- 4 files changed, 122 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index b9f0c1bc9..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,69 +0,0 @@ -name: šŸž Bug Report -description: File a new bug report -title: '[Bug]: ' -labels: [Bug] -body: - - type: markdown - attributes: - value: ':stop_sign: _For support questions, please visit [GraphAr Discussions](https://github.com/alibaba/GraphAr/discussions) instead._' - - type: checkboxes - attributes: - label: 'Is there an existing issue for this?' - description: 'Please [search :mag: the issues](https://github.com/alibaba/GraphAr/issues) to check if this bug has already been reported.' - options: - - label: 'I have searched the existing issues' - required: true - - type: textarea - attributes: - label: 'Current Behavior' - description: 'Describe the problem you are experiencing. **Please do not paste your logs here.** Screenshots are welcome.' - validations: - required: true - - type: textarea - attributes: - label: 'Expected Behavior' - description: 'Describe what you expect to happen instead.' - validations: - required: true - - type: textarea - attributes: - label: 'Minimal Reproducible Example' - description: | - Please provide a the _smallest, complete code snippet_ that GraphAr's maintainers can run to reproduce the issue ([read more about what this entails](https://stackoverflow.com/help/minimal-reproducible-example)). Failing this, any sort of reproduction steps are better than nothing! - - If the result is more than a screenful of text _or_ requires multiple files, please: - - - _Attach_ (do not paste) it to this textarea, _or_ - - Put it in a [Gist](https://gist.github.com) and paste the link, _or_ - - Provide a link to a new or existing public repository exhibiting the issue - validations: - required: true - - type: textarea - attributes: - label: 'Environment' - description: 'Please provide the following information about your environment; feel free to remove any items which are not relevant.' - value: | - - Operating system: - - GraphAr version: - validations: - required: false - - type: input - attributes: - label: 'Link to GraphAr Logs' - description: | - Create a [Gist](https://gist.github.com)ā€”which contains your _full_ GraphAr logsā€”and link it here. Alternatively, you can attach a logfile to this issue (drag it into the "Further Information" field below). - - :warning: _Remember to redact or remove any sensitive information!_ - placeholder: 'https://gist.github.com/...' - - type: textarea - attributes: - label: Further Information - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - _Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._ - validations: - required: false - - type: markdown - attributes: - value: ':stop_sign: _For support questions, please visit [GraphAr Discussions](https://github.com/alibaba/GraphAr/discussions) instead._' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 13860aaa6..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Questions - url: https://github.com/alibaba/GraphAr/discussions - about: Search for and ask questions on our github Discussions chat. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index ff37e98d9..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '[Feat]' -labels: 'enhancement' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index c88005510..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ -## Proposed changes - -Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. - -## Types of changes - -What types of changes does your code introduce to GraphAr? -_Put an `x` in the boxes that apply_ - -- [ ] Bugfix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation Update (if none of the other choices apply) - -## Checklist - -_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ - -- [ ] I have read the [CONTRIBUTING](https://github.com/alibaba/GraphAr/blob/main/CONTRIBUTING.rst) doc -- [ ] I have signed the CLA -- [ ] Lint and unit tests pass locally with my changes -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I have added necessary documentation (if appropriate) - -## Further comments - -If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -