If you need help setting something up, or if you have questions regarding UI5 Renovate Preset Config, please seek help on a community platform like SAP Community, StackOverflow or the #renovate-config channel of the OpenUI5 Community Slack. -->
- Only UI5 Renovate Preset Config issues
- Please do not report:
- Issues caused by dependencies.
- Issues caused by the use of non-public/internal methods. Only the public methods listed in the API documentation may be used.
- Something you do not get to work properly, see Not a Bug / Questions.
- Please do not report:
- No duplicate: You have searched the issue tracker to make sure the bug has not already been reported.
- Good summary: The summary should be specific to the issue.
- Current bug: The bug can be reproduced in the current version of the relevant module(s).
- Reproducible bug: There are step-by-step instructions provided on how to reproduce the issue.
- Well-documented:
- Precisely state the expected and the actual behavior.
- Give information about the environment in which the issue occurs (OS/Platform, Node.js version, etc.).
- Generally, give as much additional information as possible.
- Only one bug per report: Open additional tickets for additional issues.
- Please report bugs in English.
We encourage you to follow the issue template that will be presented to you when creating a new issue.
When you are ready, report your issue here: https://github.com/UI5/renovate-config/issues/new
If you find any bug that may be a security problem, please follow the instructions given in Security Policy on how to report it. Please do not create GitHub issues for security-related concerns or problems.
GitHub offers labels to categorize issues. The labels can only be set and modified by committers.
Bug: This issue is a bug in the code.Feature: This is not a bug report, but a feature request.
documentation: This issue is documentation-related.needs triage: This issue needs to be investigated and confirmed as a valid issue that is not a duplicate
information required: The author is required to provide more information.good first issue: A newcomer may work on this.help wanted: Additional help in analyzing this issue is required.
duplicate: The issue has already been reported elsewhere.invalid: This issue report will not be handled further. Possible reasons are lack of information or an issue that does not arise anymore.wontfix: While we acknowledge the issue, a fix cannot or will not be provided.
We would like to improve the quality of UI5 Renovate Preset Config and good bug reports are welcome! Since our capacity is limited, we cannot handle general questions or consultation requests, and we cannot always afford to ask for every relevant detail.
We therefore reserve the right to close or not to process insufficient bug reports in favor of those that are clearly documented and easy to reproduce. Even though we would like to resolve each well-documented issue, there's always a chance that it won't happen - please remember: UI5 Renovate Preset Config is open source and comes without warranty.
Bug report analysis support is always very welcome! See Analyze Issues.
You can request features by creating an issue in the UI5 Renovate Preset Config repository: https://github.com/UI5/renovate-config/issues/new
For bigger features, an RFC (Request for Comment) might be necessary. You should always clarify the need for an RFC with the project contributors upfront. You could do this either by opening an issue or by posting in our Slack channel. Use this template for creating an RFC.
Analyzing issue reports can be a lot of effort. Any help is welcome! 👍
You may be able to add additional or missing information, such as a step-by-step guide on how to reproduce an issue or an analysis of the root cause. In case of the latter, you might even be able to contribute a bugfix. 🙌
You are welcome to contribute code to UI5 Renovate Preset Config in order to fix bugs or to implement new features.
There are three important things to know:
- You must be aware of the Apache License (which describes contributions) and agree to the Developer Certificate of Origin (DCO)*. This is common practice in major open source projects. To make this process as simple as possible, we use CLA assistant for individual contributions. CLA assistant is an open source tool that integrates with GitHub very well and enables a one-click experience for accepting the DCO. For company contributors, special rules apply. See the respective section below for details.
- Follow our Development Conventions and Guidelines.
- Not all proposed contributions can be accepted. Some features may just fit a third-party add-on better. The code must match the overall direction of UI5 Renovate Preset Config and improve it in a way to provide some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers; if possible, this should be someone who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether your contribution would match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment.
For legal reasons, contributors will be asked to accept a DCO before they submit the first pull request to this project. SAP uses the standard DCO text of the Linux Foundation.
This happens in an automated fashion during the submission process: the CLA assistant tool will add a comment to the pull request. Click it to check the DCO, then accept it on the following screen. CLA assistant will remember your decision for upcoming contributions.
This DCO replaces the previously used CLA ("Contributor License Agreement") as well as the "Corporate Contributor License Agreement" with new terms which are well-known standards and hence easier to approve by legal departments. Contributors who had already accepted the CLA in the past may be asked once to accept the new DCO.
- Make sure the change is welcome (see General Remarks).
- Create a branch by forking the relevant module repository and apply your change.
- Commit and push your change to that branch.
- 👉 Please follow our Development Conventions and Guidelines.
- Create a pull request in the relevant repository.
- Follow the link posted by CLA assistant to your pull request and accept it as described above.
- Wait for our code review and approval and enhance your change if requested to do so.
- Note that UI5 developers have many duties. Depending on the required effort for reviewing, testing, and clarification, this step may take a while.
- Once the change has been approved and merged, we will inform you in a comment.
- Celebrate! 🎉
As artificial intelligence evolves, AI-generated code is becoming valuable for many software projects, including open-source initiatives. While we recognize the potential benefits of incorporating AI-generated content into our open-source projects, there are certain requirements that need to be reflected and adhered to when making contributions.
Please see our guideline for AI-generated code contributions to SAP Open Source Software Projects for these requirements.