-
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.
fix(DS-291): create a project with a version that is not install (#58)
* fix: create a project with a version that is not install * docs: add pr template * docs: remove steps where is necessary to install a previous version
- Loading branch information
1 parent
7d880c5
commit 8adc08a
Showing
5 changed files
with
96 additions
and
73 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,43 @@ | ||
<!-- | ||
Please give your pull request a short but descriptive title. | ||
Use conventional commits to separate and summarize commits logically: | ||
https://www.conventionalcommits.org/en/v1.0.0/ | ||
Use this template as a guide. Omit sections that don't apply. | ||
🙈 Don't be lazy, try to fill out the template well. | ||
--> | ||
|
||
## Description | ||
|
||
Describe what this pull request changes, and why. Include implications for people using this change. | ||
|
||
Useful information to include: | ||
- Which user roles will this change impact? Common user roles are "Learner", "Course Author", | ||
"Developer", and "Operator". | ||
- Include screenshots for changes to the UI (ideally, both "before" and "after" screenshots, if applicable). | ||
- Provide links to the description of corresponding configuration changes. Remember to correctly annotate these | ||
changes. | ||
|
||
## Testing instructions | ||
|
||
Please provide detailed step-by-step instructions for testing this change. | ||
|
||
## Additional information | ||
|
||
Include anything else that will help reviewers and consumers understand the change. | ||
- Does this change depend on other changes elsewhere? | ||
- Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility. | ||
- Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions. | ||
|
||
## Checklist for Merge | ||
|
||
- [ ] Updated documentation | ||
- [ ] Rebased master/main | ||
- [ ] Squashed commits | ||
|
||
<!-- | ||
You can put NA in the checklist if it doesn't apply | ||
- [x] Check that dont't apply / NA | ||
--> |
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