mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 08:46:47 +02:00
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:
parent
d1aaa626c9
commit
2f4f2270b5
7 changed files with 266 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue