👍🎉 Thank you for your effort in contribution! 🎉👍
The following is a set of guidelines for contributing to the project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
Note: Please don't file an issue to ask a question..
Please read the documentation, and if you can't find your answer there, contact the developers by email.
You'll get much faster and polite answers than when filing an issue.
This section guides you through submitting a bug report for VTL Engine and Editor. 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.
Note: If you find a CLOSED issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
Bugs are tracked as GitHub issues. You can create an issue on that repository by filling in the template.
Explain the problem and include any additional details that could help maintainers reproduce the problem. These are some suggestions:
- 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.
- Provide specific examples to demonstrate the steps. Include links to files or GitHub projects, or copy/pasteable snippets, which you use in those examples. If you're providing snippets in the issue, use Markdown code blocks.
- 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.
- Include screenshots and animated GIFs which show you following the described steps and clearly demonstrate the problem. You can use this tool to record GIFs on macOS and Windows, and this tool or this tool on Linux.
- If you're reporting that VTL Engine and Editor crashed, include a crash report with a stack trace from the operating system. On macOS, the crash report will be available in
Console.app
under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a code block, a file attachment, or put it in a gist and provide link to that gist. - If the problem is related to performance or memory, include a CPU profile capture with your report.
- If the problem wasn't triggered by a specific action, describe what you were doing before the problem happened and share more information using the guidelines below.
Provide more context by answering these questions:
- Did the problem start happening recently (e.g. after updating to a new version of Atom) or was this always a problem?
- If the problem started happening recently, can you reproduce the problem in an older version? You can download older versions from GitHub Releases.
- Does the problem happen consistently or randomly? Provide details about how often the problem happens and under which conditions it normally happens.
Include details about your configuration and environment:
- The version of VTL Engine and Editor which you are you using.
- The name and version of the OS you're using.
- The Jaa enironment you're using.
This section guides you through submitting a feature request for the VTL Engine and Editor, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers to better understand your suggestion 📝.
Enhancement suggestions are tracked in the GitHub issues page. You can create an issue for a feature request filling this form.
- 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.
- Include screenshots and animated GIFs which help you demonstrate the steps.
- Explain why this enhancement would be useful to the community.
- Specify which version of VTL Emngine and Editor you're using.
The process described here has several goals:
- Maintain VTL Engine and Editor's quality;
- Fix problems that are important to users;
- Engage the community in working together;
- Helping maintainers reviewing the proposals.
- Limit the commit message to a single line of no more than 90 characters;
- Split your work into multiple commits where each commit solve a specific problem;
- In a single commit apply only the minimum amount of changes needed to solve the problem;
- Reference issues and pull requests;
- Be sure to rebase your pull request to the current tip of master branch.
The maintainers may at any time ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.