Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Future features will be listed here

### Changed
- Ongoing updates

### Fixed
- Bug fixes

---
*[Mukller](https://github.com/Mukller)*
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributing

Thank you for your interest in contributing! We welcome contributions of all kinds.

## How to Contribute

### Reporting Bugs
- Check existing [issues](../../issues) to avoid duplicates
- Open a new issue with a clear title, description, and steps to reproduce

### Suggesting Features
- Open an issue with the `enhancement` label

### Submitting Code

1. **Fork** this repository
2. **Create a branch**: `git checkout -b feature/your-feature`
3. **Make your changes** and commit: `git commit -m "feat: description"`
4. **Push** and open a **Pull Request**

## Guidelines

- Follow existing code style and conventions
- Keep PRs focused on a single concern
- Update documentation when changing behavior
- Be respectful — see [Code of Conduct](CODE_OF_CONDUCT.md)

---
*[Mukller](https://github.com/Mukller)*