-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
020eac4
commit eee0234
Showing
1 changed file
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<!-- | ||
Thanks for submitting a pull request! | ||
First off, thanks for taking the time to contribute! ❤️ | ||
We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. | ||
--> | ||
## 💡 What is the current behavior? | ||
|
||
Before submitting a pull request, please make sure the following is done: | ||
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> | ||
|
||
1. Fork [the repository](https://github.com/siemens/ix) and create your branch from `main`. | ||
2. Run `yarn` in the repository root. | ||
3. If you've fixed a bug or added code that should be tested, add tests! | ||
4. Ensure the test suite passes (`yarn test`). | ||
5. Format your code with [prettier](https://github.com/prettier/prettier). | ||
6. Make sure your code lints. | ||
7. If you haven't already, complete the CLA. | ||
GitHub Issue Number: #<ISSUE NUMBER> | ||
|
||
--> | ||
## 🆕 What is the new behavior? | ||
|
||
## Summary | ||
<!-- Please describe the behavior or changes that are being added by this PR. --> | ||
|
||
<!-- | ||
Explain the **motivation** for making this change. What existing problem does the pull request solve? | ||
--> | ||
- | ||
- | ||
|
||
## How did you test this change? | ||
## 🏁 Checklist | ||
|
||
<!-- | ||
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. | ||
How exactly did you verify that your PR solves the issue you wanted to solve? | ||
If you leave this empty, your PR will very likely be closed. | ||
--> | ||
A pull request can only be merged if all of these conditions are met (where applicable): | ||
|
||
- [ ] 🧪 Unit tests were added/updated and pass (`pnpm test`) | ||
- [ ] 📸 Visual regression tests were added/updated and pass ([Guide](https://github.com/siemens/ix/blob/main/CONTRIBUTING.md#visual-regression-testing)) | ||
- [ ] 🏗️ Successful compilation (`pnpm build`, changes pushed) | ||
|
||
## 👨💻 Help & support | ||
|
||
<!-- If you need help with anything related to your PR please let us know in this section --> |