-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from SpontanCombust:dev
v0.3.0
- Loading branch information
Showing
207 changed files
with
15,173 additions
and
4,006 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 +1 @@ | ||
test_assets/** linguist-generated | ||
**/assets/tests/** linguist-generated |
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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] {title}" | ||
labels: bug | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment** | ||
- OS: [Windows, Linux] | ||
- Editor [e.g. Visual Studio Code 1.89] | ||
- Version [e.g. v0.3.0] | ||
|
||
**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,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE] {title}" | ||
labels: feature | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other 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
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
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 |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Release TODOs | ||
|
||
Just a list of all the tasks that are to be done before the release, so I don't forget about any of them :sweat_smile: | ||
List of all the tasks that are to be done during a release. | ||
|
||
1. Check TODOs | ||
1. Check TODOs in the code | ||
2. Update extension README | ||
3. Update documentation | ||
3. Update site documentation | ||
4. Update changelog | ||
5. (If main release) Replace pre-release changelogs with a single main release changelog | ||
|
||
5. Verify Linux version | ||
6. Verify README in extensions tab | ||
6. Verify Linux version | ||
7. Verify README in extensions tab | ||
|
||
7. Merge to master | ||
8. (If main release) Merge to master | ||
|
||
8. Verify the website | ||
9. Verify documentation/site links | ||
9. Verify deployed documentation website | ||
10. Verify documentation/site links | ||
|
||
10. Bump version in `Cargo.toml` | ||
11. Bump version in client `package.json` | ||
12. Create a version tag and the release | ||
11. Bump version in `Cargo.toml` | ||
12. Bump version in client `package.json` | ||
13. Create a version tag and the release | ||
|
||
13. Verify Marketplace | ||
14. Move tasks on the board to `Shipped` | ||
14. (If main release) Verify VS Marketplace and Open VSX Registry | ||
15. (If main release) Move tasks on the board to `Shipped` | ||
16. (If main release) Close tasks and milestone |
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.