Skip to content

Commit

Permalink
Merge pull request #49 from emncnozge/master
Browse files Browse the repository at this point in the history
Support file and PR template added.
  • Loading branch information
yagizhanNY authored May 13, 2024
2 parents 2893001 + 3d7417f commit dcf50d2
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!--
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?

<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->

GitHub Issue Number: #<ISSUE NUMBER>

## ๐Ÿ†• What is the new behavior?

<!-- Please describe the behavior or changes that are being added by this PR. -->

-
-

## ๐Ÿ Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

- [ ] ๐Ÿฆฎ Accessibility (a11y) features were implemented
- [ ] ๐Ÿ—บ๏ธ Internationalization (i18n) - no hard coded strings
- [ ] ๐Ÿ“ฒ Responsiveness - components handle viewport changes and content overflow gracefully
- [ ] ๐Ÿ“„ Documentation was reviewed/updated
- [ ] ๐Ÿงช Unit tests were added/updated and pass (`dotnet test`)
- [ ] ๐Ÿ—๏ธ Successful compilation (`dotnet build`, changes pushed)

## ๐Ÿ‘จโ€๐Ÿ’ป Help & support

<!-- If you need help with anything related to your PR please let us know in this section -->
47 changes: 47 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!--
SPDX-FileCopyrightText: 2024 Siemens AG
SPDX-License-Identifier: MIT
-->

# Support

This section explains where to get help with remark. Please read through the following guidelines.

> Please remember to be respectful and follow the project's [Code of Conduct] section when interacting.
## ๐Ÿ”Ž Before you ask for help

* **Search existing issues:** Questions might already be answered in the project's [Issues] section. Take a moment to search for similar issues before creating a new one.

* **Review the documentation:** There may be a solution to your problem in the [documentation of the Siemens iX project](https://ix.siemens.io/docs/introduction) or in the [README] of this project.

## โ“ How to get help

* **GitHub Issues:** For bug reports, feature requests, and other discussions, create a new issue in the project's [Issues] section.

* **Asking a good question:** When creating an issue, be as descriptive as possible. Here are some tips for asking a good question:
* **Describe the problem:** Clearly explain the issue you're facing.
* **Steps to reproduce:** If possible, provide steps on how to reproduce the problem. This helps us understand the issue better.
* **Expected behavior:** Explain what the expected behavior should be.
* **Include context:** Provide any relevant information about your environment or setup.
* **Screenshots and code snippets:** Screenshots and relevant code snippets can be very helpful in illustrating the issue.

## ๐Ÿš€ Contributing

* If you'd like to contribute to the project, refer to the project's [Contributing] section for information.

We appreciate your interest in SiemensIXBlazor!

## ๐Ÿ“ License

Copyright ยฉ 2024 [Siemens AG].

This project is MIT licensed.

<!-- MARKDOWN LINKS -->
[Issues]: https://github.com/yagizhanNY/SiemensIXBlazor/issues
[Code of Conduct]: /CODE_OF_CONDUCT.md
[Contributing]: /CONTRIBUTING.md
[README]: /README.md
[Siemens AG]: https://www.siemens.com/

0 comments on commit dcf50d2

Please sign in to comment.