-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: update cz-git config and version link #51 * chore: add PR template link #51 * chore: add ISSUE template link #51 * chore: update ISSUE template link #51 * chore: add issue links config link #51 * chore: update Environment info render of ISSUE template link #51 * chore: update ISSUE template link #51 * chore: update ISSUE template Co-authored-by: Xiaohan Zou <[email protected]>
- Loading branch information
Showing
7 changed files
with
125 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Bug report | ||
description: 🐞 Create a report to help us improve | ||
title: "[Bug report]" | ||
labels: | ||
- bug | ||
assignees: Renovamen | ||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: ✅ Checklist | ||
description: Make sure that you follow these statements. | ||
options: | ||
- label: I am using the **latest version** | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 🔎 Description | ||
description: A clear and concise description of what the bug is.And input a clear and concise description of what you expected to happen. | ||
value: "#### Concise Description\n\n#### Expected behavior\n\n#### Steps to reproduce\n\n#### Screenshots or Screen Recording (if possible)" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: 📄 Environment info (`npx vuepress info`) | ||
description: "1. Open your terminal\n2. Make sure you are under the project path \n3. Input command line `npx vuepress info`" | ||
render: shell | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: link | ||
attributes: | ||
label: "🔗 Reproduction link / repo:" | ||
description: If applicable, give us the project address, or minimize test cases repo to help us explain your problem. | ||
placeholder: "link / repo URL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: en_US Documents | ||
url: https://v2-vuepress-theme-gungnir.vercel.app/docs/basic/intro.html | ||
about: vuepress-theme-gungnir V2 Usage Guide | ||
|
||
- name: zh-CN Documents | ||
url: https://v2-vuepress-theme-gungnir.vercel.app/zh/docs/basic/intro.html | ||
about: vuepress-theme-gungnir V2 简体中文文档 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Feature request | ||
description: 💡 Suggest an idea for this project | ||
title: "[Feature Request]" | ||
labels: | ||
- enhancement | ||
assignees: Renovamen | ||
body: | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: 💭 Describe the feature | ||
description: What's it for and why you want | ||
placeholder: A clear and concise description of what the feature is, and what it will enhance or solve. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: proposed-solution | ||
attributes: | ||
label: 💡 Proposed Solution | ||
description: "Describe a clear and concise description of what you want to happen.\nIf possible, please provide relevant **screenshots or videos**." | ||
placeholder: "Describe a clear and concise description of what you want to happen." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Related ISSUE | ||
|
||
> Input follow ISSUE URL address | ||
<!-- link #33 --> | ||
|
||
## Type Of Change | ||
|
||
- [ ] 🐞 Bug fix (non-breaking change which fixes an issue) | ||
- [ ] ✨ New feature (non-breaking change which adds functionality) | ||
- [ ] 📝 Document (This change requires a documentation update) | ||
- [ ] 🎨 Theme style (Theme style beautification) | ||
- [ ] ⚠ Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] 🔨 Workflow (Workflow changes) | ||
|
||
## Clear Describe | ||
|
||
> A clear and concise description of what update for target. | ||
<!-- | ||
input summary. e.g: | ||
- feat: add link card container | ||
- docs: add link card container usage guide | ||
--> | ||
|
||
## Description | ||
|
||
> Please enter detailed relevant motivation, background and implementation ... descriptive information. | ||
## Test Case | ||
|
||
> Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4d63d55
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
v2-vuepress-theme-gungnir – ./
v2-vuepress-theme-gungnir-renovamen.vercel.app
v2-vuepress-theme-gungnir.vercel.app
v2-vuepress-theme-gungnir-git-main-renovamen.vercel.app