diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..9700682a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +type: Bug +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Codegen version +2. How do you run the codegen (generator, cli, configuration, ...) +3. Minimal code snippet that demonstrates the issue + +**Expected result** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..7bfcf119 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 🗣️ Chat + url: https://discord.gg/rumCG3dwgF + about: Our Discord server is active and is used for real-time discussions including contribution collaboration, questions, and more! + - name: 💬 Discussion + url: https://github.com/atomic-ehr/codegen/discussions/new + about: Please create a discussion diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..51129d11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +type: Feature +--- + +**Feature Description** +One-line description of what you're proposing. + +**Problem Statement** +Describe the current limitation or frustration you're experiencing. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6da165b..1643627f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -397,7 +397,7 @@ export async function transformFHIRSchema( ## Getting Help -- **Discord**: Join our [Discord server](https://discord.gg/atomic-ehr) +- **Discord**: Join our [Discord server](https://discord.com/channels/1390650823855439903/1435981804925489172) - **Issues**: Check [existing issues](https://github.com/atomic-ehr/codegen/issues) - **Discussions**: Start a [discussion](https://github.com/atomic-ehr/codegen/discussions) @@ -418,38 +418,15 @@ Contributors are recognized in: - Release notes - The project's AUTHORS file -## Roadmap Contributions - -We welcome contributions toward our [roadmap](ROADMAP.md) goals: - -### Current Priorities (Help Needed!) - -1. **Profile & Extension Support** - Current Focus - - US Core profile implementation refinement - - Complex constraint handling - - Extension inheritance and composition - -2. **Multi-language Support** - Future - - Python generator implementation - - Rust generator implementation - - Generator plugin architecture - -3. **Enhanced TypeScript Features** - Future - - Validation function generation - - Builder pattern generation - - Runtime type guards - -### How to Contribute to Roadmap Items - -1. **Check roadmap issues** labeled with `roadmap` and `help wanted` -2. **Comment on the issue** to express interest and discuss approach -3. **Create a proposal** for significant features following our architecture -4. **Start with tests** - write tests first for new functionality -5. **Implement incrementally** - break large features into smaller PRs - ### Roadmap Discussion - Comment on [roadmap issues](https://github.com/atomic-ehr/codegen/labels/roadmap) - Suggest new features via [GitHub Discussions](https://github.com/atomic-ehr/codegen/discussions) +- + +### Maintainers team + +- [Aleksandr Penskoi @ryukzak](https://github.com/ryukzak) +- [Gena Razmakhnin @GenaRazmakhnin](https://github.com/GenaRazmakhnin) Thank you for contributing to Atomic FHIR Codegen! 🎉