-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from ruru-m07/refactore/codebase/oss
chore: update banner image, contributing guidelines, and templates
- Loading branch information
Showing
10 changed files
with
156 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,75 @@ | ||
name: Bug Report | ||
description: Create a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before opening a new issue: | ||
- do a search of existing issues. | ||
- upgrade to the latest versions. | ||
If you need help with your own project, you can start a discussion in the [Q&A Section](https://github.com/ruru-m07/ruru-ui/discussions/categories/q-a). | ||
- type: textarea | ||
attributes: | ||
label: To Reproduce | ||
description: A step-by-step description of how to reproduce the issue, or a link to the reproducible repository. | ||
placeholder: | | ||
1. Start the application in development (next dev) | ||
2. Click X | ||
3. Y will happen | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current vs. Expected behavior | ||
description: A clear and concise description of what the bug is, and what you expected to happen. | ||
placeholder: "Following the steps from the previous section, I expected A to happen, but I observed B instead" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Provide environment information | ||
description: Please provide information about your environment. | ||
render: bash | ||
placeholder: | | ||
Operating System: | ||
Platform: darwin | ||
Arch: arm64 | ||
Version: Darwin Kernel Version 22.5.0 | ||
Binaries: | ||
Node: 18.17.1 | ||
npm: 9.5.1 | ||
Yarn: 1.22.19 | ||
pnpm: N/A | ||
Relevant Packages: | ||
next: 13.4.20 | ||
eslint-config-next: 13.4.20 | ||
react: 18.2.0 | ||
react-dom: 18.2.0 | ||
typescript: 5.2.2 | ||
Next.js Config: | ||
output: N/A | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Which area(s) are affected? (Select all that apply) | ||
multiple: true | ||
options: | ||
- "Not sure" | ||
- "UI" | ||
- "CLI" | ||
- "TypeScript (built-in types)" | ||
- "Documentation" | ||
- "Examples" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Any extra information that might help us investigate. | ||
placeholder: | | ||
I tested my reproduction against different canary releases, and the first one that introduced the bug was "11.0.0", since reverting to "10.0.0" works. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions? | ||
url: https://github.com/ruru-m07/ruru-ui/discussions | ||
about: Ask your questions here. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature Request | ||
description: Suggest a new feature or improvement to the project | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What problem will this feature address? | ||
description: A clear and concise description of what the problem is. | ||
placeholder: | | ||
I'm always frustrated when I can't do X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: Add X to the CLI | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: | | ||
Maybe use Y as a workaround? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.