Skip to content

Commit 20930f0

Browse files
committed
Init project
0 parents  commit 20930f0

File tree

259 files changed

+18267
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+18267
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
assignees:
6+
- CodeDoctorDE
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Also tell us, what did you expect to happen?
17+
placeholder: Tell us what you see!
18+
value: "A bug happened!"
19+
validations:
20+
required: true
21+
- type: input
22+
id: version
23+
attributes:
24+
label: Version
25+
description: What version of our software are you running? You can find it under Settings > General > Current version
26+
validations:
27+
required: true
28+
- type: dropdown
29+
id: platform
30+
attributes:
31+
label: Platform
32+
description: What type is your server running on?
33+
options:
34+
- Android
35+
- Windows
36+
- Linux
37+
- Web
38+
validations:
39+
required: true
40+
- type: textarea
41+
id: logs
42+
attributes:
43+
label: Relevant log output
44+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
45+
render: shell
46+
- type: checkboxes
47+
id: terms
48+
attributes:
49+
label: Code of Conduct
50+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/LinwoodDev/Vulpine/blob/develop/CODE_OF_CONDUCT.md)
51+
options:
52+
- label: I agree to follow this project's Code of Conduct
53+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Linwood Matrix
4+
url: https://go.linwood.dev/discord
5+
about: Please ask and answer questions here. Synced with discord.
6+
- name: Linwood Discord
7+
url: https://go.linwood.dev/discord
8+
about: Please ask and answer questions here. Synced with matrix.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Documentation request
2+
description: Related to the documentation
3+
title: "[Documentation request]: "
4+
labels: ["documentation", "triage"]
5+
assignees:
6+
- CodeDoctorDE
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this documentation request!
12+
- type: input
13+
id: related-to-problem
14+
attributes:
15+
label: To which page is your issue related?
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: Describe your documentation request!
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: context
24+
attributes:
25+
label: Additional context
26+
- type: checkboxes
27+
id: terms
28+
attributes:
29+
label: Code of Conduct
30+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/LinwoodDev/Vulpine/blob/develop/CODE_OF_CONDUCT.md)
31+
options:
32+
- label: I agree to follow this project's Code of Conduct
33+
required: true
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Enhancement
2+
description: Suggest an enhancement to an existing feature
3+
title: "[Enhancement]: "
4+
labels: ["enhancement", "triage"]
5+
assignees:
6+
- CodeDoctorDE
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this request for enhancements!
12+
- type: input
13+
id: feature
14+
attributes:
15+
label: Which feature is your request related to?
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: Describe your request for enhancements!
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: context
24+
attributes:
25+
label: Additional context
26+
- type: checkboxes
27+
id: terms
28+
attributes:
29+
label: Code of Conduct
30+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/LinwoodDev/Vulpine/blob/develop/CODE_OF_CONDUCT.md)
31+
options:
32+
- label: I agree to follow this project's Code of Conduct
33+
required: true
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature request
2+
description: Suggest a new feature
3+
title: "[Feature request]: "
4+
labels: ["feature-request", "triage"]
5+
assignees:
6+
- CodeDoctorDE
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this feature request!
12+
- type: textarea
13+
id: related-to-problem
14+
attributes:
15+
label: Is your feature request related to a problem? Please describe
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: Describe your feature request!
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: context
24+
attributes:
25+
label: Additional context
26+
- type: checkboxes
27+
id: terms
28+
attributes:
29+
label: Code of Conduct
30+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/LinwoodDev/Vulpine/blob/develop/CODE_OF_CONDUCT.md)
31+
options:
32+
- label: I agree to follow this project's Code of Conduct
33+
required: true

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

0 commit comments

Comments
 (0)