Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
467bf712
Commit
467bf712
authored
May 17, 2022
by
lunatic
Committed by
GitHub
May 17, 2022
Browse files
Issue template updated no more headache (#965)
parent
51a68ba7
Changes
6
Hide whitespace changes
Inline
Side-by-side
.github/ISSUE_TEMPLATE/a_
issue
_report.md
→
.github/ISSUE_TEMPLATE/a_
bug
_report.md
View file @
467bf712
---
---
name
:
Issues
name
:
Bug report
about
:
Create a
n issue if you need any help
about
:
Create a
bug report to help us improve Grasscutter
title
:
'
[
Issue
]
'
title
:
'
[
Bug
]
'
labels
:
'
help
wanted,
question
'
labels
:
'
bug
'
assignees
:
'
'
assignees
:
'
'
---
---
<!--- PLEASE ONLY USE this form for bug reporting -->
<!--- If you are looking for help or having problems while setting up Grasscutter, please visit the Discord server instead -->
<!--- 如果你在搭建 GrassCutter 时遇到问题需要寻求他人帮助,请加入 Discord 服务器询问。-->
<!--- Grasscutter Discord: https://discord.gg/grasscutter -->
<!--- Non bug related issues will be closed immediately to keep the workspace organized. -->
**Did you look for other closed issues that have the same problem?**
**Did you look for other closed issues that have the same problem?**
<!--- It will be easier for us to solve
your problem
if there is less duplication of problem
s
-->
<!--- It will be easier for us to solve
the bug
if there is less duplication of
this
problem
.
-->
**Describe the
issue
**
**Describe the
bug
**
<!--- A clear and concise description of what the
issue
is. -->
<!--- A clear and concise description of what the
bug
is. -->
**Which
version
did you use?**
**Which
branch
did you use?**
<!--- Use `java -jar grasscutter.jar -version` to grab the version information -->
<!--- Use `java -jar grasscutter.jar -version` to grab the version information -->
<!--- Example:
<!--- Example:
Grasscutter version: 1.1.1-dev
Grasscutter version: 1.1.1-dev
...
@@ -24,4 +30,3 @@ assignees: ''
...
@@ -24,4 +30,3 @@ assignees: ''
**Additional context**
**Additional context**
<!--- Add any other context about the problem here. -->
<!--- Add any other context about the problem here. -->
.github/ISSUE_TEMPLATE/b_bug_report.md
deleted
100644 → 0
View file @
51a68ba7
---
name
:
Bug report
about
:
Create a bug report to help us improve Grasscutter
title
:
'
[Bug]
'
labels
:
'
bug'
assignees
:
'
'
---
<!--- ONLY USE this form for bug reporting. If you need help or support, please USE issue report form instead. -->
**Describe the bug**
<!--- A clear and concise description of what the bug is. -->
**Which branch did you use?**
<!--- Stable branch / Development branch -->
**Screenshots**
<!--- If applicable, add screenshots to help explain your problem. -->
**Additional context**
<!--- Add any other context about the problem here. -->
.github/ISSUE_TEMPLATE/
c
_feature_request.md
→
.github/ISSUE_TEMPLATE/
b
_feature_request.md
View file @
467bf712
File moved
.github/ISSUE_TEMPLATE/config.yml
View file @
467bf712
...
@@ -2,5 +2,5 @@ blank_issues_enabled: false
...
@@ -2,5 +2,5 @@ blank_issues_enabled: false
contact_links
:
contact_links
:
-
name
:
Grasscutter Discord
-
name
:
Grasscutter Discord
url
:
https://discord.gg/T5vZU6UyeG
url
:
https://discord.gg/T5vZU6UyeG
about
:
For support, discuss and and other things with Grasscutt
er.
about
:
If you are looking for help while using Grasscutter, please visit the Discord serv
er.
\ No newline at end of file
.github/ISSUE_TEMPLATE/custom.md
deleted
100644 → 0
View file @
51a68ba7
---
name
:
Custom issue template
about
:
Describe this issue template's purpose here.
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
src/main/java/emu/grasscutter/BuildConfig.java
0 → 100644
View file @
467bf712
package
emu.grasscutter
;
public
class
BuildConfig
{
public
static
final
String
VERSION
=
"1.1.2-dev"
;
public
static
final
String
GIT_HASH
=
"b0aa294"
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment