This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
96 changed files
with
3,008 additions
and
1,261 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
<!-- Steps or code to reproduce the behavior. --> | ||
|
||
**Expected behavior** | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Build environment** | ||
* Library: <!-- cdk, cashu-cli, ... --> | ||
* Language: <!-- Rust, Python, JavaScript, Kotlin, Swift, ... --> | ||
* Language version: <!-- e.g. v1.65.0, not applicable --> | ||
* Tag/commit: <!-- e.g. v0.13.0, 3a07614 --> | ||
* OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows --> | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Enhancement request | ||
about: Request a new feature or change to an existing feature | ||
title: '' | ||
labels: 'enhancement' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the enhancement** | ||
<!-- A clear and concise description of what you would like added or changed. --> | ||
|
||
**Use case** | ||
<!-- Tell us how you or others will use this new feature or change to an existing feature. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context about the enhancement 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "cargo" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "monthly" |
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 @@ | ||
<!-- You can erase any parts of this template not applicable to your Pull Request. --> | ||
|
||
### Description | ||
|
||
<!-- Describe the purpose of this PR, what's being adding and/or fixed --> | ||
|
||
### Notes to the reviewers | ||
|
||
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts | ||
of the PR were done in a specific way --> | ||
|
||
### Changelog notice | ||
|
||
<!-- Add the changelog --> | ||
|
||
### Checklists | ||
|
||
#### All Submissions: | ||
|
||
* [ ] I followed the [contribution guidelines](https://github.com/rust-nostr/nostr/blob/master/CONTRIBUTING.md) | ||
* [ ] I ran `just precommit` or `just check` before committing | ||
|
||
#### New Features: | ||
|
||
* [ ] I've added tests for the new feature | ||
* [ ] I've added docs for the new feature | ||
|
||
#### Bugfixes: | ||
|
||
* [ ] This pull request breaks the existing API | ||
* [ ] I've added tests to reproduce the issue which are now passing | ||
* [ ] I'm linking the issue being fixed by this PR |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.