Skip to content

Commit

Permalink
[core] Yaml format match most common convention
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 24, 2023
1 parent edbf381 commit 2ca5b34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/3.rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ body:
attributes:
label: What's the problem? 🤔
description: Write a short paragraph or bulleted list to briefly explain what you're trying to do, what outcomes you're aiming for, and any other relevant details to help us understand the motivation behind this RFC.

- type: textarea
attributes:
label: What are the requirements? ❓
description: Provide a list of requirements that should be met by the accepted proposal.

- type: textarea
attributes:
label: What are our options? 💡
description: |
Have you considered alternative options for achieving your desired outcome? It's not necessary to go into too much detail here, but it can help strengthen your main proposal.
- type: textarea
attributes:
label: Proposed solution 🟢
Expand All @@ -35,7 +32,6 @@ body:
- using diagrams to help illustrate your ideas
- including code examples if you're proposing an interface or system contract
- linking to relevant project briefs or wireframes
- type: textarea
attributes:
label: Resources and benchmarks 🔗
Expand Down
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/4.docs-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ body:
Please provide a searchable summary of the issue in the title above ⬆️.
Thanks for contributing by creating an issue! ❤️
- type: input
attributes:
label: Search keywords
description: Your issue may have already been reported! List the keywords you've used to search the [existing issues](https://github.com/mui/mui-toolpad/issues). This will also make your issue searchable for others.
placeholder: e.g. datagrid column resizing
validations:
required: true

- type: input
id: page-url
attributes:
Expand All @@ -26,7 +24,6 @@ body:
placeholder: https://mui.com/toolpad/
validations:
required: true

- type: dropdown
attributes:
label: Kind of issue
Expand All @@ -38,15 +35,13 @@ body:
- Other
validations:
required: true

- type: textarea
attributes:
label: Issue description
description: |
Let us know what went wrong when you were using this documentation and what we could do to improve it.
value: |
I was looking for ... and it appears that ...
- type: textarea
attributes:
label: Context 🔦
Expand Down

0 comments on commit 2ca5b34

Please sign in to comment.