Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
/ HeyImIn Public archive

Hey, I'm in - A web app to manage recurring events

License

Notifications You must be signed in to change notification settings

PascalHonegger/HeyImIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Frontend status GitHub Actions Backend status

Hey, I'm in

"Hey, I'm in" is a tool to organize and manage recurring events.

Guidelines

  • Issues are tracked within GitHub
  • A commit message should include a reference to an issue (e.g. My test (#ISSUE) or My text, closes #ISSUE)
  • Everything, except localized strings, is written in english
  • Documentation in code or in the wiki
  • Development is done on a feature branch
  • Changes get integrated using pull requests
  • Every commit is tested using GitHub Actions
  • The master branch is used for development deployments and should be mostly stable
  • The stable branch is used for production deployment and must only contain stable versions

Changelog

A detailed changelog can be found under the GitHub releases page.

Want to help?

You like this tool and want to contribute? Create an issue, contribute some code, or improve documentation - help is always appreciated! If you're interested in writing code, there's a helpful quickstart guide in the wiki.