mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
issue template
This commit is contained in:
parent
16913e96e5
commit
6141351e15
1 changed files with 35 additions and 0 deletions
35
.github/issue_template.md
vendored
Normal file
35
.github/issue_template.md
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
name: Pull Request
|
||||
about: Submit a pull request to Void
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Please provide the following information before submitting:**
|
||||
|
||||
* **Operating System Information:**
|
||||
* Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on macOS).
|
||||
* Type `> Help: About`.
|
||||
* Copy the full version and OS information shown and paste it below:
|
||||
```
|
||||
(Paste OS Information Here)
|
||||
```
|
||||
|
||||
**Pull Request Title Convention:**
|
||||
|
||||
* For **new features** or feature requests, please start the title with `[Feature]`. Example: `[Feature] Add user login functionality`
|
||||
* For **bugs**, please start the title with `[Bug]`. Example: `[Bug] Fix alignment issue on settings page`
|
||||
* For **other types of changes** (e.g., documentation, refactoring, chores), use a descriptive title without a specific prefix or choose an appropriate one (e.g., `[Docs]`, `[Refactor]`).
|
||||
|
||||
**Description of Changes:**
|
||||
|
||||
Tell us a bit about what you did. We prefer concise descriptions :)
|
||||
|
||||
**Related Issue(s):**
|
||||
|
||||
If this issue is related to any PRs, please link them here (or vice versa).
|
||||
|
||||
**Checklist:**
|
||||
* [ ] I have read the **CONTRIBUTING.md** document.
|
||||
* [ ] The title of this PR follows the specified convention.
|
||||
Loading…
Reference in a new issue