File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,29 @@ Now the test suite can be run from the project root using
190190bundle exec rspec
191191```
192192
193+ ### Using a Development Version
194+
195+ Your changes can be tested manually by making one of the following additions to an App's Gemfile:
196+
197+ For using a local version:
198+ ``` ruby
199+ gem " sn_filterable" , path: " path/to/gem/sn_filterable"
200+ ```
201+
202+ For using a GitHub branch:
203+ ``` ruby
204+ gem " sn_filterable" , git: " https://github.com/ibm-skills-network/sn_filterable.git" , branch: " defaults_to_main"
205+ ```
206+
207+
193208## Contributing
194209
210+ Once you have made your updates to the codebase do the following to ensure a smooth merge:
211+
212+ 1 . Update ` lib/sn_filterable/version.rb ` to follow [ Semantic Versioning] ( https://semver.org )
213+
214+ 2 . Run ` bundle ` to update the ` Gemfile.lock ` with your new version
215+
195216Bug reports and pull requests are welcome on [ GitHub] ( https://github.com/ibm-skills-network/sn_filterable ) .
196217
197218## License
You can’t perform that action at this time.
0 commit comments