Skip to content
Snippets Groups Projects
Commit 15151696 authored by André Pedersen's avatar André Pedersen
Browse files

Minor refactoring

parent 1bd99c5c
No related branches found
Tags v0.1.10
No related merge requests found
# Contributing to the Semantic Router
The Aurelio Team welcome and encourage any contributions to the Semantic Router, big or small. Please feel free to contribute to new features, bug fixes or documentation. We're always eager to hear your suggestions.
The Aurelio Team welcome and encourage any contributions to the Semantic Router, big or small. Please, feel free to contribute to new features, bug fixes, or documentation. We're always eager to hear your suggestions.
Please follow these guidelines when making a contribution:
Please, follow these guidelines when making a contribution:
1. **Check for Existing Issues:** Before making any changes, [check here for related issues](https://github.com/aurelio-labs/semantic-router/issues).
2. **Run Your Changes by Us!** If no related issue exists yet, please create one and suggest your changes. Checking in with the team first will allow us to determine if the changes are in scope.
3. **Set Up Development Environment** If the changes are agreed, then you can go ahead and set up a development environment (see [Setting Up Your Development Environment](#setting-up-your-development-environment) below).
......@@ -46,6 +46,6 @@ While we encourage you to initiate a draft Pull Request early to get feedback on
# Activate the environment
source venv/bin/activate
# Install via poetry with all extras
# Install via poetry with all extras relevant to perform unit tests
poetry install --all-extras
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment