-
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.
chore: propagating dependabot; issue/pr templates; bumping utils (#25)
* chore: propagating dependabot; issue/pr templates; bumping utils * chore: bump idna
- Loading branch information
1 parent
a3e1c8b
commit cb9f912
Showing
6 changed files
with
85 additions
and
8 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,27 @@ | ||
--- | ||
name: "\U0001F41C Bug report" | ||
about: Report a reproducible bug. | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
### Subject of the issue | ||
|
||
<!-- Describe your issue here. --> | ||
|
||
### Your environment | ||
|
||
<!-- | ||
* Please provide the output of `algokit doctor` command response, | ||
* This will give us a good idea about your environment | ||
--> | ||
|
||
### Steps to reproduce | ||
|
||
1. | ||
2. | ||
|
||
### Expected behaviour | ||
|
||
### Actual behaviour |
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,27 @@ | ||
--- | ||
name: "\U0001F514 Feature Request" | ||
about: Suggestions for how we can improve the algorand platform. | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
|
||
## Problem | ||
|
||
<!-- What is the problem that we’re trying to solve? --> | ||
|
||
## Solution | ||
|
||
<!-- Do you have a potential/suggested solution? Document more than one if possible. --> | ||
|
||
### Proposal | ||
|
||
<!-- Describe the solution you’d like in detail. --> | ||
|
||
### Pros and Cons | ||
|
||
<!-- What are the advantages and disadvantages of this solution? --> | ||
|
||
## Dependencies | ||
|
||
<!-- Does the solution have any team or design dependencies? --> |
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 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
commit-message: | ||
prefix: 'chore(deps)' | ||
groups: | ||
all: | ||
patterns: | ||
- '*' | ||
update-types: | ||
- 'minor' | ||
- 'patch' |
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,7 @@ | ||
Fixes # | ||
|
||
## Proposed Changes | ||
|
||
- | ||
- | ||
- |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
cb9f912
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report