Skip to content

Commit

Permalink
[INTERNAL] Apply suggestions from UA
Browse files Browse the repository at this point in the history
Co-authored-by: KlattG <[email protected]>
  • Loading branch information
RandomByte and KlattG committed Nov 19, 2020
1 parent 6a66aa4 commit a80a99e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug Report
about: Report an issue with the UI5 Tooling
about: Report an issue with UI5 Tooling
title: ''
labels: bug, needs triage
assignees: ''
Expand All @@ -24,7 +24,7 @@ Thank you 🧡
## Steps to Reproduce the Issue
<!--
Please provide detailed steps on how we can reproduce your issue.
Depending on your issue, consider forking our sample app to reproduce it there: https://github.com/SAP/openui5-sample-app
Depending on your issue, consider forking our sample app to reproduce it here: https://github.com/SAP/openui5-sample-app
-->
1. {...}
2. {...}
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
about: Request a new feature to be added to the UI5 Tooling
about: Request a new feature to be added to UI5 Tooling
title: ''
labels: enhancement
assignees: ''
Expand All @@ -13,7 +13,7 @@ https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md#-feature-requests
-->

## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when {...}
A clear and concise description of the problem, e.g. "I'm always frustrated when {...}"

## Describe the solution you'd like
A clear and concise description of what you want to happen.
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Demonstrating empathy and kindness toward each other
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
and learning from our experiences
* Focusing on what is best not just for us as individuals, but for the
overall community
entire community

Examples of unacceptable behavior include:

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 📝 Reporting Issues
### Seeking Help / Not a Bug
If you need help setting something up, or if you have questions regarding the UI5 Tooling, please seek help on a community platform like the [SAP Community](https://answers.sap.com/topics/ui5-tooling.html), [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
If you need help setting something up, or if you have questions regarding UI5 Tooling, please seek help on a community platform like the [SAP Community](https://answers.sap.com/topics/ui5-tooling.html), [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).

### How to Report an Issue
Note that we collect issues for all UI5 Tooling modules (*[ui5-cli](https://github.com/SAP/ui5-cli), [ui5-server](https://github.com/SAP/ui5-server), [ui5-project](https://github.com/SAP/ui5-project), [ui5-builder](https://github.com/SAP/ui5-builder), [ui5-fs](https://github.com/SAP/ui5-fs) and [ui5-logger](https://github.com/SAP/ui5-logger)*) in the central [ui5-tooling](https://github.com/SAP/ui5-tooling) repository.
Expand Down Expand Up @@ -76,7 +76,7 @@ Bug report analysis support is always very welcome! See [Analyze Issues](#-analy
## 🤩 Feature Requests
You can request most features by creating an issue in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling/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. Either via an issue or in our [Slack channel](#seeking-help--not-a-bug). You can use [this template](rfcs/0000-template.md) for creating an RFC.
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 in our [Slack channel](#seeking-help--not-a-bug). You can use [this template](rfcs/0000-template.md) for creating an RFC.

## 🔍 Analyzing Issues
Analyzing issue reports can be a lot of effort. Any help is welcome! 👍
Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Support

If you need help setting something up, or if you have questions regarding the UI5 Tooling, please refrain from opening an issue on GitHub.
If you need help setting something up, or if you have questions regarding UI5 Tooling, please refrain from opening an issue on GitHub.

Instead, please use one of the following platforms to seek help:

Expand Down

0 comments on commit a80a99e

Please sign in to comment.