-
If you have found a bug or have a feature request, please search through the issues to see if it has already been reported. If that's not the case, then create a new one with a full description of what you have found or what you need.
-
If you have bug fix or a feature implementation in mind, then fork Rambling Trie and create a branch with a descriptive name.
-
Get the gem up and running locally (tests are written in RSpec):
bundle install bundle exec rake
-
Implement your bug fix or feature - make sure to add tests!
-
Before doing so:
git remote add upstream git@github.com:gonzedge/rambling-trie.git git checkout main git pull upstream git checkout my-feature-branch git rebase main git push --set-upstream origin my-feature-branch
Feel free to reach out to @gonzedge with any questions.