Update README.md and CONTRIBUTING.md to enhance project visibility and support for new contributors. Added PyPI version and download badges, build status, and latest release information to README.md. Introduced a section in CONTRIBUTING.md for finding good first issues, providing guidance for beginners on how to contribute effectively.

This commit is contained in:
Francisco M Humarang Jr. 2026-01-13 21:39:50 +08:00
parent d1aaa626c9
commit 2f4f2270b5
7 changed files with 266 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: Question
about: Ask a question about flakestorm
title: '[QUESTION] '
labels: question
assignees: ''
---
## Question
What would you like to know?
## Context
Provide any relevant context:
- What are you trying to accomplish?
- What have you tried so far?
- What documentation have you reviewed?
## Environment (if relevant)
- **flakestorm version**: (e.g., 0.9.0)
- **Python version**: (e.g., 3.10.5)
- **Operating System**: (e.g., Windows 10, macOS 14.0, Ubuntu 22.04)
## Additional Information
Any other information that might help answer your question.