-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fallbacks
- Loading branch information
Showing
30 changed files
with
242 additions
and
146 deletions.
There are no files selected for viewing
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,65 @@ | ||
name: 🐞 Bug report | ||
description: Create a bug report to help us fix it | ||
title: "bug report" | ||
labels: [bug] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. Include images if relevant. | ||
placeholder: I accidentally deleted the internet. Here's my story ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: | | ||
Add screenshots to help explain your problem. You can also add a video here. | ||
Tip: You can attach images or video files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the bug. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll to '...' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: If applicable, add your browser's console logs here | ||
- type: textarea | ||
attributes: | ||
label: Device information | ||
placeholder: | | ||
- OS: [e.g. Windows] | ||
- Browser: [e.g. chrome, safari, firefox] | ||
- Browser Version: [e.g. 22] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Do you have links to discussions about this on SN or other references? | ||
validations: | ||
required: 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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Questions | ||
url: https://stacker.news/~meta | ||
about: If you simply have a question, you can ask it in ~meta or the saloon. |
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,32 @@ | ||
name: ✨ Feature request | ||
description: Request a feature you'd like to see in SN! | ||
title: "feature request" | ||
labels: [feature] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
We're always looking for suggestions on how we could improve SN! | ||
- type: textarea | ||
attributes: | ||
label: Describe the problem you're trying to solve | ||
description: | | ||
Is your feature request related to a problem? Add a clear and concise description of what the problem is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: | | ||
A clear and concise description of any alternative solutions or features you have considered. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other additional context or screenshots about the feature request here. |
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,45 +1,22 @@ | ||
## Description | ||
|
||
<!-- | ||
A clear and concise description of what you changed and why. | ||
Don't forget to mention which tickets this closes (if any). | ||
Use following syntax to close them automatically on merge: closes #<number> | ||
--> | ||
_A clear and concise description of what you changed and why._ | ||
|
||
## Screenshots | ||
|
||
<!-- | ||
If your changes are user facing, please add screenshots of the new UI. | ||
You can also create a video to showcase your changes (useful to show UX). | ||
--> | ||
|
||
## Additional Context | ||
|
||
<!-- | ||
You can mention here anything that you think is relevant for this PR. Some examples: | ||
* You encountered something that you didn't understand while working on this PR | ||
* You were not sure about something you did but did not find a better way | ||
* You initially had a different approach but went with a different approach for some reason | ||
--> | ||
_Was anything unclear during your work on this PR? Anything we should definitely take a closer look at?_ | ||
|
||
## Checklist | ||
|
||
**Are your changes backwards compatible? Please answer below:** | ||
|
||
<!-- put your answer about backwards compatibility here --> | ||
|
||
<!-- | ||
If your PR is not ready for review yet, please mark your PR as a draft. | ||
If changes were requested, request a new review when you incorporated the feedback. | ||
--> | ||
**On a scale of 1-10 how well and how have you QA'd this change and any features it might affect? Please answer below:** | ||
|
||
<!-- put your answer about QA here --> | ||
|
||
**For frontend changes: Tested on mobile? Please answer below:** | ||
|
||
<!-- put your answer about mobile QA here --> | ||
|
||
**Did you introduce any new environment variables? If so, call them out explicitly here:** | ||
|
||
<!-- put your answer about env vars here --> |
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 |
---|---|---|
|
@@ -56,3 +56,6 @@ docker-compose.*.yml | |
|
||
# nostr wallet connect | ||
scripts/nwc-keys.json | ||
|
||
# lnbits | ||
docker/lnbits/data |
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 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 |
---|---|---|
|
@@ -135,3 +135,5 @@ toyota-corolla0,pr,#1449,,good-first-issue,,,,20k,[email protected],2 | |
toyota-corolla0,pr,#1455,#1437,good-first-issue,,,,20k,[email protected],2024-10-02 | ||
SouthKoreaLN,issue,#1436,,easy,,,,10k,[email protected],2024-10-02 | ||
TonyGiorgio,issue,#1462,,easy,urgent,,,30k,[email protected],2024-10-07 | ||
hkarani,issue,#1369,#1458,good-first-issue,,,,2k,[email protected],2024-10-21 | ||
toyota-corolla0,pr,#1369,#1458,good-first-issue,,,,20k,[email protected],2024-10-20 |
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.