Set up project scaffolding: GitHub Actions workflows, issue templates, changelog, contributing guidelines, MIT license, and README

This commit is contained in:
!verity
2026-03-13 20:31:03 +01:00
parent be54d392cf
commit a7d310bacb
12 changed files with 308 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,30 @@
---
name: Bug
about: Report a bug
title: '[Bug] '
labels: bug
assignees: ''
---
**Description**
Briefly: what is the problem?
**Steps to reproduce**
1.
2.
**Expected**
What should happen?
**Actual**
What happens instead?
**Environment**
- OS:
- Java version:
- Terminal (e.g. PowerShell, CMD, IDE):
**Optional: code snippet**
```java
// minimal example
```