-
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 #44 from biosafetylvl5/issue-documentation
Add documentation for related issues in release notes
- Loading branch information
Showing
7 changed files
with
103 additions
and
3 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,22 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. | ||
// For config options, see the devcontainers | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/python | ||
{ | ||
"name": "Python 3", | ||
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", | ||
"postCreateCommand": "pip3 install --user -e .", | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"lextudio.restructuredtext", | ||
"ms-python.python", | ||
"ms-python.flake8", | ||
"tamasfe.even-better-toml", | ||
"streetsidesoftware.code-spell-checker", | ||
"ms-python.black-formatter", | ||
"ms-azuretools.vscode-docker", | ||
"ms-python.isort" | ||
] | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -20,5 +20,8 @@ | |
"platformdirs", | ||
"pydantic", | ||
"dateparser", | ||
"pinkrst", | ||
"black", | ||
"pytest" | ||
], | ||
) |
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,10 @@ | ||
developer: | ||
- title: Add .devcontainer config file | ||
description: Added devcontainer config file for developing brassy inside of a Docker | ||
container using vscode. | ||
files: | ||
added: | ||
- .devcontainer/devcontainer.json | ||
date: | ||
start: Nov 5 2024 | ||
finish: Nov 5 2024 |
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,9 @@ | ||
documentation: | ||
- title: Add documentation on issues | ||
description: Added documentation on related issues for release notes. Also added | ||
info on internal issues | ||
files: | ||
modified: | ||
- sphinx/source/using-brassy.rst | ||
related-issue: | ||
internal: "Brassy#1 - Fake issue as an example for change" |
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