Skip to content
/ events Public

Registration for CH events (lectures, workshops, excursions, ...)

Notifications You must be signed in to change notification settings

WISVCH/events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38f583a · Dec 12, 2024
Sep 28, 2024
May 20, 2024
Oct 12, 2023
Oct 27, 2024
May 20, 2024
May 4, 2024
Dec 12, 2024
Sep 21, 2015
Aug 14, 2024
Aug 17, 2018
Nov 15, 2021
Mar 16, 2023
Aug 14, 2024
May 4, 2024
May 4, 2024

Repository files navigation

Events Maintainability Test Coverage

Event registration for W.I.S.V. 'Christiaan Huygens'.

Uses WISVCH/bootstrap-theme for styling.

Documentation

All the documentation is on https://wisvch.github.io/events/.

Contribution

If you want to contribute, awesome! First, pick an issue and self-assign it. Make your changes in a new branch, with the following naming convention:

Fixing a bug? > "fix_short-description-of-bug"
Implementing a new feature? > "feature_short-description-of-feature"

Once you're satisfied with your changes, create a pull request and give it the label "ready for inspection". You can assign any of the maintainers in specific or wait for someone to pick it up. Make sure to include tests and documentation.

Got stuck with your implementation? Create a pull request with an explanation and give it the label "help wanted".