-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: v3.6.0 * fix(ci): revert makefile changes * chore(README): bump * chore(ci): bump checkout version
- Loading branch information
Showing
84 changed files
with
1,402 additions
and
1,346 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
data/screenshots/*.png filter=lfs diff=lfs merge=lfs -text |
This file was deleted.
Oops, something went wrong.
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,63 @@ | ||
name: Bug Report | ||
description: Report a problem you encountered while using the app | ||
title: "[Bug]: " | ||
labels: bug | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Logs and/or Screenshots | ||
description: Terminal logs are often invaluable. If you can, launch the app from terminal and paste the output here. Run `flatpak run dev.geopjr.Collision --debug` for a verbose output. Please remove any filenames before creating this issue for privacy reasons (if you copy the logs from About > Troubleshooting > Debugging Information, they will be redacted). | ||
value: | | ||
``` | ||
<paste your logs here> | ||
``` | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
description: Please include its version if available. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Package | ||
description: How did you install the app? | ||
multiple: false | ||
options: | ||
- Flatpak | ||
- Snap | ||
- OS repositories | ||
- Compiled manually | ||
- I'm not sure | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Troubleshooting information | ||
description: You can find this info under About > Troubleshooting > Debugging Information. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any other relevant information about the problem here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,18 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this app | ||
title: "[Request]: " | ||
labels: enhancement | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the request | ||
description: A clear and concise description of what the request is. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Implementation Details | ||
description: How should this feature be implemented? | ||
options: | ||
- label: This follows the [GNOME HIG](https://developer.gnome.org/hig/). | ||
required: true |
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 |
---|---|---|
|
@@ -15,3 +15,4 @@ po/mo/ | |
*.mo | ||
data/*.desktop | ||
data/*.metainfo.xml | ||
build/ |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.