-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change workflows for proper execution
- Loading branch information
Showing
7 changed files
with
64 additions
and
36 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,23 @@ | ||
--- | ||
name: Bug report | ||
about: Report incorrect behavior | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
Describe the issue and expected behavior. | ||
|
||
**Example** | ||
Include an example to reproduce the issue. Please use an example file and **NOT** any proprietary information. | ||
|
||
**Environment** | ||
Provide information on your computing environment. | ||
- Operating system: | ||
- Python version: | ||
- Sansmic version: | ||
|
||
**Additional context** | ||
[Optional] Add additional context about the issue, including screenshot or figure. |
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,14 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new feature | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
Describe the feature request, including motivation and potential use cases. | ||
|
||
**Additional context** | ||
[Optional] Add additional context or screenshots about the feature request. |
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,21 @@ | ||
--- | ||
name: General question | ||
about: Ask a question | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
Describe your question. | ||
|
||
**Example** | ||
[Optional] Include an example. Do **NOT** include proprietary information. | ||
|
||
|
||
**Environment** | ||
[Optional] Provide information on your computing environment. | ||
- Operating system: | ||
- Python version: | ||
- Sansmic version: |
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Semantic Release | |
on: | ||
push: | ||
branches: | ||
- main | ||
- release | ||
|
||
permissions: | ||
contents: read | ||
|