😍 We love feedback and contributions! 😍
The following is a set of guidelines for contributing to the Governed Metrics Service, which is hosted in the eapowertools 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.
What should I know before I get started?
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].
The GMS is a standalone component of the Governed Self-Service Reference Deployment. When you consider contributing to GMS, keep in mind that GMS is packaged into a default distribution installer. The contributions you make may not be deployed widely until the GMS installer is updated.
The GMS installer will be updated every six weeks except in the case of a critical upgrade which may happen at any time.
When we make a significant change or decision in how we maintain the project and what we can or cannot support, we will document it in the release notes for the latest release the change or decision has been made.
This section guides you through submitting a bug report for GMS. 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.
- Check the debugging guide. You might be able to find the cause of the problem and fix things yourself. Most importantly, check if you can reproduce the problem in the latest version of Governed Metrics Service.
- Perform a cursory search to see if the problem has already been reported. If it has, add a comment to the existing issue instead of opening a new one.
Bugs are tracked as GitHub issues. After you've determined which repository your bug is related to, create an issue on that repository and provide the following information by filling in the template.
Explain the problem and include additional details to help maintainers reproduce the problem:
- Use a clear and descriptive title for the issue to identify the problem.
- Describe the exact steps which reproduce the problem in as many details as possible. For example, start by explaining how you used GMS, e.g. which button on the test page or REST endpoint.
- Provide the log file generated when the problem appeared. Include the file located in %program files%\qlik\sense\eapowertools\governedmetricsservice\log.
- Describe the behavior you observed after following the steps and point out what exactly is the problem with that behavior.
- Explain which behavior you expected to see instead and why.
Provide more context by answering these questions:
- Did the problem start happening recently (e.g. after updating to a new version of GMS) or was this always a problem?
- If the problem started happening recently, can you reproduce the problem in an older version of GMS? What's the most recent version in which the problem doesn't happen? You can download older versions of GMS from the releases page.
- Can you reliably reproduce the issue? If not, provide details about how often the problem happens and under which conditions it normally happens.
Include details about your configuration and environment:
- Which version of GMS are you using? You can get the exact version by looking on the GMS test page or the config.js file located in the config directory of the distribution.
- What's the name and version of the OS you're using?
This section guides you through submitting an enhancement suggestion for Governed Metrics Service, 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.
- Check the troubleshooting guide for tips — you might discover that the enhancement is already available. Most importantly, check if you're using the latest version of GMS.
- Perform a cursory search to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
Enhancement suggestions are tracked as GitHub issues. After you've determined which repository your enhancement suggestion is related to, create an issue on that repository and provide the following information:
- Use a clear and descriptive title for the issue to identify the suggestion.
- Provide a step-by-step description of the suggested enhancement in as many details as possible.
- Provide specific examples to demonstrate the steps. Include copy/pasteable snippets which you use in those examples, as Markdown code blocks.
- Describe the current behavior and explain which behavior you expected to see instead and why.
- Explain why this enhancement would be useful to most Governed Metrics Service users and isn't something that can or should be implemented.
- Which version of GMS are you using? You can get the exact version by looking on the GMS test page or the config.js file located in the config directory of the distribution.
- Specify the name and version of the OS you're using.
Unsure where to begin contributing to GMS? You can start by looking through these beginner
and help-wanted
issues:
- Beginner issues - issues which should only require a few lines of code, and a test or two.
- Help wanted issues - issues which should be a bit more involved than
beginner
issues.
Both issue lists are sorted by total number of comments. While not perfect, number of comments is a reasonable proxy for impact a given change will have.
- Fill in the required template
- Include screenshots and animated GIFs in your pull request whenever possible.