This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
generated from stacks-network/.github
-
Notifications
You must be signed in to change notification settings - Fork 22
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' into 172-clarinet-sdk
- Loading branch information
Showing
70 changed files
with
3,500 additions
and
1,117 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,30 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: ['bug'] | ||
assignees: ['ashtonstephens'] | ||
--- | ||
|
||
### Expected Behavior | ||
|
||
<!-- | ||
Describe in detail what you expected to happen. | ||
--> | ||
|
||
### Actual Behavior | ||
|
||
<!-- | ||
Describe in detail what acctually to happened. | ||
--> | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- | ||
Please include | ||
1. Your environment / dev setup | ||
2. A list of actions to recreate | ||
3. Any other relevant detail | ||
--> | ||
|
||
### Screenshots or Videos |
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,33 @@ | ||
--- | ||
name: Enhancement Request | ||
about: Request a new feature or improvement | ||
title: '' | ||
labels: ['enhancement'] | ||
assignees: ['ashtonstephens'] | ||
--- | ||
### Description | ||
|
||
<!-- | ||
Describe the enhancement in as much unambiguous detail as possible. | ||
--> | ||
|
||
### Context | ||
|
||
<!-- | ||
Explain why this enhancement is needed, what grand scheme it's a part of, and any other relevant background information. | ||
--> | ||
|
||
### Expected Approach | ||
|
||
<!-- | ||
Loosely describe either | ||
- how you would expect to have this handled | ||
- what you'd expect it to look like | ||
--> | ||
|
||
### Acceptance Criteria | ||
|
||
<!-- ALL TICKETS MUST HAVE ACCEPTANCE CRITERIA AND ARTIFACTS --> | ||
|
||
- [ ] PR adds the 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Research / Investigation | ||
about: Track looking into a design or other research work | ||
title: '' | ||
labels: ['research'] | ||
assignees: ['ashtonstephens'] | ||
--- | ||
### Description | ||
|
||
<!-- | ||
Please explain what is supposed to be researched | ||
--> | ||
|
||
### Context | ||
|
||
<!-- | ||
Please explain WHY this research needs to happen + any considerations. | ||
--> | ||
|
||
### Expected Approach | ||
|
||
<!-- | ||
Please describe the series of steps you would expect someone to take to gather the information. For example... | ||
- [ ] Search online for different options | ||
- [ ] Compare the different options with the core devs and write down notes | ||
- [ ] Draw up a document with the options compared and a recommended approach. | ||
--> | ||
|
||
### Artifacts / Acceptance Criteria | ||
|
||
<!-- ALL TICKETS MUST HAVE ACCEPTANCE CRITERIA AND ARTIFACTS --> | ||
|
||
- [ ] Ticket updates | ||
- [ ] Public document with conclusions and research | ||
- [ ] ... |
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,30 @@ | ||
--- | ||
name: Aritrary Task | ||
about: Arbitrary work item with presets | ||
title: '' | ||
labels: '' | ||
assignees: ['ashtonstephens'] | ||
--- | ||
### Description | ||
|
||
<!-- | ||
Please explain what needs to be done. | ||
--> | ||
|
||
### Context / Purpose | ||
|
||
<!-- | ||
Please explain why it needs to be done, and what the surrounding factors are. | ||
--> | ||
|
||
### Steps | ||
|
||
<!-- | ||
What steps would you take, loosely, to achieve this. | ||
--> | ||
|
||
### Artifacts / Acceptance Criteria | ||
|
||
<!-- ALL TICKETS MUST HAVE ACCEPTANCE CRITERIA AND ARTIFACTS --> | ||
|
||
- [ ] ... |
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,6 +1,47 @@ | ||
## Description | ||
<!-- Make sure the PR is easy to scan on the first look, and easy to fully understand when read thoroughly --> | ||
<!-- | ||
Make sure the PR is easy to scan on the first look, and easy to fully understand when read thoroughly | ||
--> | ||
|
||
## Checklist | ||
- [ ] Additions and modifications are documented | ||
- [ ] Additions and modifications are tested | ||
## Summary of Changes | ||
|
||
<!-- | ||
Please include EACH of the following information: | ||
1. Summary of the changes | ||
2. The related issue | ||
3. Relevant context | ||
4. Any PRs that need to be merged before this one | ||
--> | ||
|
||
## Testing | ||
|
||
### Risks | ||
|
||
<!-- | ||
Please list, loosely, the risks that are associated with this PR. This can be very short. Even a documentation update would have the risk that the added information misleads a user to do or think XYZ. | ||
--> | ||
|
||
### How were these changes tested? | ||
|
||
<!-- | ||
Please describe the following: | ||
1. What tests you ran to verify your changes | ||
2. How to replicate these tests | ||
3. Any relevant details for your test configuration | ||
--> | ||
|
||
### What future testing should occur? | ||
|
||
<!-- | ||
Please list known edge cases or tests that need further testing that don't make sense to add in this PR (integration tests and the like). **Once this PR is approved create an issue for each item and update the following section in the PR description so each bullet has an associated ticket next to it.** | ||
--> | ||
|
||
## Checklist: | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] My changes generate no new warnings | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] Any dependent changes have been merged and published in downstream modules |
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ romeo/testing/ | |
romeo/asset-contract/.test | ||
romeo/asset-contract/.coverage | ||
**/.DS_Store | ||
**/romeo.log | ||
node_modules |
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.