GrimoireLab toolset User Guide (GUG) for newcomers
This documentation is using Just the Docs template. You can use its documentation as reference.
Clone this repository
$ git clone https://github.com/jsmanrique/grimoirelab-user-guide
Go to the created directory and run bundle
to use the Gemfile
.
$ cd ./grimoirelab-user-guide
$ bundle
Then start serving the site locally:
$ bundle exec jekyll serve
Open the site in the browser of your choice: http://127.0.0.1:4000
We use the default GitHub workflow:
- Report a bug or feature request by opening an issue.
- Suggest changes to the tutorial by creating a pull request
This guide is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).