👍 🎉 💖 Thanks for your interest! 💖 🎉 👍
The following is a set of guidelines for contributing to Kactus and its related projects, which are hosted in the Kactus Organization on GitHub. These are just guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
Note that Kactus is currently a public alpha, so everything is likely to change over time as we learn and refine how we work with the community.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
Currently Kactus is in a public alpha, and the team is focused on triaging reported issues and working towards a 1.0 milestone. You can follow this progress progress under the Milestones tab.
We're still thinking about where we want to take Kactus after we reach this 1.0 milestone. If you have ideas or suggestions please read the Suggesting Enhancements section below to understand how to contribute your feedback.
This section guides you through submitting a bug report for Kactus. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behavior 💻 💻, and find related reports 🔎.
Before creating bug reports, please check this list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible. Fill out the required template, the information it asks for helps us resolve issues faster.
Perform a cursory search to see if the problem has already been reported. If it does exist, add a :thumbsup: to the issue to indicate this is also an issue for you, and add a comment to the existing issue if there is extra information you can contribute.
Bugs are tracked as GitHub issues.
Simply create an issue on the Kactus issue tracker and fill out the provided issue template.
The information we are interested in includes:
- details about your environment - which build, which operating system
- details about reproducing the issue - what steps to take, what happens, how often it happens
- other relevant information - log files, screenshots, etc
This section guides you through submitting an enhancement suggestion for Kactus, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion 📝 and find related suggestions 🔎.
Before creating enhancement suggestions, please check this list as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please include as many details as possible. Fill in the template, including the steps that you imagine you would take if the feature you're requesting existed.
Perform a cursory search to see if the enhancement has already been suggested. If it has, add a :thumbsup: to indicate your interest in it, or comment if there is additional information you would like to add.
Enhancement suggestions are tracked as GitHub issues.
Simply create an issue on the Kactus issue tracker and fill out the provided issue template.
Some additional advice:
- Use a clear and descriptive title for the feature request
- Provide a step-by-step description of the suggested enhancement This additional context helps the maintainers understand the enhancement from your perspective
- Explain why this enhancement would be useful to Kactus users.
- Include screenshots and animated GIFs if relevant to help you demonstrate the steps or point out the part of Kactus which the suggestion is related to. You can use this tool to record GIFs on macOS and Windows
- List some other applications where this enhancement exists, if applicable
As part of building Kactus, we'll identify tasks that are good for external contributors to pick up. These tasks:
- have low impact, or have a known workaround
- should be addressed
- have a narrow scope and/or easy reproduction steps
- can be worked on independent of other tasks
These issues will be labeled as help wanted
in the repository. If you are interested in contributing to the project, please
comment on the issue to let the core team (and the community) know you are
interested in the issue.
Start here.
Label name | 🔎 | Description |
---|---|---|
enhancement |
search | Feature requests. |
bug |
search | Confirmed bugs or reports that are very likely to be bugs. |
more-information-needed |
search | More information needs to be collected about these problems or feature requests (e.g. steps to reproduce). |
needs-reproduction |
search | Likely bugs, but haven't been reliably reproduced. |
Label name | 🔎 | Description |
---|---|---|
help wanted |
search | Issues marked as ideal for external contributors. |
tech-debt |
search | Issues related to code or architecture decisions. |
needs-design-input |
search | Issues that require design input from the core team before the work can be started. |
Label name | 🔎 | Description |
---|---|---|
infrastructure |
search | Pull requests not related to the core application - documentation, dependencies, tooling, etc |
ready-for-review |
search | Pull Requests that are ready to be reviewed by the maintainers. |