Something went wrong on our end
-
Ole Voldsæter authoredOle Voldsæter authored
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 552 B
Contributing
Changes are published using GitLab CI/CD. When making a change:
- Test any changes to the frontend locally by runniing
npm run install
(if necessary) andnpm run serve
- Push changes to GitLab. When pipeline is finished, your changes will be visible on https://dev.ordbok.uib-no (check browser cache)
- To publish your changes to beta, add a tag to your commit that starts with
release
, e.g.release_2021-01-01
. When the pipeline finishes, changes up to that commit will be visible on https://beta.ordbok.uib.no