This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
4,619 additions
and
306 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,17 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 4 | ||
end_of_line = lf | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.{md,json}] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false |
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,16 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: Report a reproducible bug or regression | ||
labels: waiting for assignment | ||
--- | ||
|
||
<!-- Requirements: PLEASE go through this checklist before opening a new issue --> | ||
|
||
* describe expected behavior | ||
* describe actual behavior | ||
* (if applies) describe steps to reproduce it (add some context info e.g. I just restared the PC, I came back after lunch, after few days...) | ||
* (if applies) values like id / url / date / ... | ||
* (if applies / frontend / layout related issues) browser and OS version are a nice to have (use: https://www.whatsmybrowser.org/) | ||
* (if applies / backend) the datetime when the bug occurred (so we can check logs, database entries by date, token expiration(s) at a date etc.) | ||
* (if applies) add the file that created the problem (if the bug is related to a specific file) | ||
* (if applies) specify which user reported this bug to us, so that we can send a message to that user as soon as it is fixed and included in a new release |
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,15 @@ | ||
--- | ||
name: 📑 NEW Feature Request | ||
about: Add / build request of a new feature | ||
labels: waiting for assignment | ||
--- | ||
|
||
<!-- Requirements: please go through this checklist before opening a new issue --> | ||
|
||
* describe expected behavior from a product point of view (specifications document) | ||
* (if applies) link to technical specifications document | ||
* (if applies) post a resume of the brainstorming | ||
* (if applies) link to wire frames / mock ups | ||
* (if applies) describe the new database schema / structure | ||
* (if applies) list current services / features that will be impacted by the new feature | ||
* (if applies) specify which user that asked for this feature, so that we can inform the user when this feature has been released (also so that we see how many users requested this feature) |
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
Oops, something went wrong.