-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:fastn-stack/fastn into feat/nix
- Loading branch information
Showing
100 changed files
with
6,828 additions
and
3,765 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 |
---|---|---|
@@ -1,40 +1,47 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a bug report. | ||
labels: bug | ||
--- | ||
|
||
Your issue may already be reported! Please search on the [`fastn` issue tracker](https://github.com/fastn-stack/fastn/issues) before creating one. | ||
|
||
## Expected Behavior | ||
|
||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- fastn Issue Tracker is only for bugs or defects, please | ||
suggest feature requests and ideas on | ||
https://github.com/orgs/fastn-stack/discussions/categories/ideas-rfcs --> | ||
|
||
## Current Behavior | ||
<!-- PLEASE DO NOT REPORT SECURITY ISSUE IN PUBLIC, mail it to | ||
[email protected] --> | ||
|
||
<!--- Tell us what happens instead of the expected behavior --> | ||
## What Are You Doing? | ||
|
||
## Possible Solution | ||
<!--- Please tell us what is triggering the problematic behaviour --> | ||
|
||
<!--- Not obligatory, but suggest a fix/reason for the bug --> | ||
## Expected Behaviour: | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!--- What were you hoping to happen --> | ||
|
||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
## Current Behavior | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
<!--- What happened insted? --> | ||
|
||
## Possible Solution | ||
|
||
<!--- Not obligatory, but suggest a fix/reason for the bug --> | ||
|
||
## Context | ||
|
||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
## Severity | ||
|
||
<!-- Please tell us how severe is this problem for you. Can you | ||
not use fastn at all. Is this an annoyance, or blocker? Are you | ||
losing data because of it? If suspect this is a SECURITY issue, | ||
please do not create public issue and mail to [email protected] | ||
instead. --> | ||
|
||
## Your Environment | ||
|
||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
|
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,24 @@ | ||
--- | ||
name: Code Issue | ||
about: You have found some issue with the code? | ||
labels: code-issue | ||
--- | ||
|
||
Your issue may already be reported! Please search on the [`fastn` issue tracker](https://github.com/fastn-stack/fastn/issues) before creating one. | ||
|
||
<!--- fastn Issue Tracker is only for bugs or defects, please | ||
suggest feature requests and ideas on | ||
https://github.com/orgs/fastn-stack/discussions/categories/ideas-rfcs --> | ||
|
||
<!-- This is only for code related to features already implemented, if you are proposing to extend | ||
any existing feature, please go the ideas-rfcs discussion linked above --> | ||
|
||
## What part of code do you find problematic? | ||
|
||
<!--- Link to source file and line number here. You can also copypaste code snippet. --> | ||
|
||
## Descript what is wrong with this code? | ||
|
||
<!-- found a code fragment with missing test? A dependency is out of date? We are using Rust wrong? | ||
Found a more effecient way to write any function? Recommending any refactor? --> | ||
|
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.