Labels
Labels
25 labels
- A bug fix patch for the codebase
- Looks like something isn't working as intended
- Changes that affect the build system or external dependencies (example scopes: hatch, setuptool)
- Other changes that don’t modify src or test files
- Changes to our CI configuration files and scripts (example: Github Actions)
- Pull requests that update a dependency file
- Improvements or additions to documentation
- This issue or pull request already exists
- Should take a few hours or less to fix
- Introduces a new feature to the codebase
- Pull requests that update GitHub Actions code
- Good for newcomers
- Extra attention is needed
- Things that should be adressed as soon as possible
- This doesn't seem right
- not imediately important, may work on later
- Request for a new kind of AutoProf model
- A code change that improves performance
- Further information is requested
- A code change that neither fixes a bug nor adds a feature
- Reverts a previous commit
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, et
- Adding missing tests or correcting existing tests
- issues connected to making life easier for users
- This will not be worked on