-
-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2803 from Leantime/mergingProd
Merging prod
- Loading branch information
Showing
392 changed files
with
8,165 additions
and
14,227 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 @@ | ||
db/ |
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
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 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,52 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "[Bug]: " | ||
labels: ["Bug"] | ||
assignees: | ||
- marcelfolaron | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to submit a bug report. If you have problems with the installation or other questions please use the [discussion forum](https://github.com/Leantime/leantime/discussions) or our [discord server](https://discord.gg/4zMzJtAq9z)" | ||
- type: dropdown | ||
attributes: | ||
label: What is your set up? | ||
options: | ||
- Cloud Hosted | ||
- Self Hosted Server | ||
- Self Hosted Docker | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: "Which Leantime version are you using (see footer bottom right)" | ||
placeholder: "3.x.x" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the issue | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction steps | ||
description: "How do you trigger this bug? Please walk us through it step by step." | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Notes | ||
description: "Please add any additional context you can share" | ||
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,36 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project. | ||
title: "[Feature]: " | ||
labels: ["Feature"] | ||
assignees: | ||
- marcelfolaron | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to submit a feature request. If you have problems with the installation or other questions please use the [discussion forum](https://github.com/Leantime/leantime/discussions) or our [discord server](https://discord.gg/4zMzJtAq9z)" | ||
- type: dropdown | ||
attributes: | ||
label: What is your set up? | ||
options: | ||
- Cloud Hosted | ||
- Self Hosted Server | ||
- Self Hosted Docker | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe | ||
description: A clear and concise description of what the problem is. | ||
placeholder: Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: "Add any other context or screenshots about the feature request here." | ||
validations: |
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#### Description | ||
### Description | ||
|
||
Please include a short description of the suggested change and the reasoning behind the approach you have chosen. | ||
*Please include a short description of the suggested change and the reasoning behind the approach you have chosen.* | ||
|
||
#### Link to ticket | ||
### Link to ticket | ||
|
||
Please add a link to the GitHub issue being addressed by this change. | ||
*Please add a link to the GitHub issue being addressed by this change.* | ||
|
||
### Type | ||
|
||
[] Fix | ||
[] Feature | ||
[] Cleanup | ||
- [ ] Fix | ||
- [ ] Feature | ||
- [ ] Cleanup | ||
|
||
#### Screenshot of the result | ||
### Screenshot of the result | ||
|
||
If your change affects the user interface, you should include a screenshot of the result with the pull request. | ||
*If your change affects the user interface, you should include a screenshot of the result with the pull request.* |
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.