Skip to content

Commit

Permalink
Add files via upload (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
4c65736975 committed Jan 26, 2024
1 parent b5e93ce commit 6847ed0
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: "🕷️ Bug report"
description: Report errors or unexpected behavior
labels:
- bug
assignees:
- 4c65736975
body:
- type: markdown
attributes:
value: Please make sure to [search for existing issues](https://github.com/4c65736975/cameraSystem/issues) before filing a new one!

- type: dropdown
id: version
attributes:
label: Version
description: What version of the modification does the problem apply to?
options:
- 1.0.0.1
- 1.0.0.0
default: 0
validations:
required: true

- type: dropdown
id: game
attributes:
label: Game Version
description: Check the bottom right corner of the game's main menu.
options:
- Farming Simulator 22 (1.13.1.1)
- Farming Simulator 22 (1.13.1.0)
- Farming Simulator 22 (1.12.0.0)
- Farming Simulator 22 (1.10.1.1)
- Farming Simulator 22 (1.10.1.0)
- Farming Simulator 22 (1.9.1.0)
- Farming Simulator 22 (1.9.0.0)
- Farming Simulator 22 (1.8.2.0)
- Farming Simulator 22 (1.8.1.0)
- Farming Simulator 22 (1.7.1.0)
- Farming Simulator 22 (1.7.0.1)
- Farming Simulator 22 (1.7.0.0)
- Farming Simulator 22 (1.6.0.0)
- Farming Simulator 22 (1.5.0.0)
- Farming Simulator 22 (1.4.1.0)
- Farming Simulator 22 (1.4.0.0)
- Farming Simulator 22 (1.3.1.0)
- Farming Simulator 22 (1.3.0.0)
- Farming Simulator 22 (1.2.0.2)
- Farming Simulator 22 (1.2.0.0)
default: 0
validations:
required: true

- type: textarea
attributes:
label: 👣 Steps to reproduce
description: I strongly suggest including screenshots and a bug report log ("C:\Users\USER_NAME\Documents\My Games\FarmingSimulator2022\log.txt").
placeholder: Having detailed steps helps me reproduce the bug.
validations:
required: true

- type: textarea
attributes:
label: ⭐️ Expected Behavior
placeholder: What were you expecting?
validations:
required: false

- type: textarea
attributes:
label: ⛔️ Actual Behavior
placeholder: What happened instead?
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "⭐ Feature or enhancement request"
description: Propose something new.
labels:
- enhancement
assignees:
- 4c65736975
body:
- type: textarea
attributes:
label: Description of the new feature / enhancement
placeholder: What is the expected behavior of the proposed feature?
validations:
required: true
- type: textarea
attributes:
label: Scenario when this would be used?
placeholder: What is the scenario this would be used? Why is this important to your game experience?
validations:
required: true

0 comments on commit 6847ed0

Please sign in to comment.