File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : " 🐛 Bug Report"
3+ about : Report a reproducible bug or regression.
4+ title : ' Bug: '
5+ labels : ' bug'
6+
7+ ---
8+
9+ <!--
10+ Please provide a clear and concise description of what the bug is. Include
11+ screenshots if needed. Please test using the latest version of the relevant
12+ React packages to make sure your issue has not already been fixed.
13+ -->
14+
15+ Application version:
16+
17+ ## Steps To Reproduce
18+
19+ 1 .
20+ 2 .
21+
22+ <!--
23+ Your bug will get fixed much faster if we can run your code and it doesn't
24+ have dependencies other than React. Issues without reproduction steps or
25+ code examples may be immediately closed as not actionable.
26+ -->
27+
28+ Link to code example:
29+
30+ <!--
31+ Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
32+ repository on GitHub, or provide a minimal code example that reproduces the
33+ problem. You may provide a screenshot of the application if you think it is
34+ relevant to your bug report. Here are some tips for providing a minimal
35+ example: https://stackoverflow.com/help/mcve.
36+ -->
37+
38+ ## The current behavior
39+
40+
41+ ## The expected behavior
Original file line number Diff line number Diff line change 1+ ---
2+ name : 🛠 Feature request
3+ about : If you have a feature request for the validator, file it here.
4+ labels : ' type: enhancement'
5+ ---
6+
7+ ** Feature description**
8+ Clearly and concisely describe the feature.
9+
10+ ** Describe the solution you'd like**
11+ A clear and concise description of what you want to happen.
Original file line number Diff line number Diff line change 1+ # # Bug description
2+ Clearly and concisely describe the problem.
3+
4+ # # Solution description
5+ Describe your code changes in detail for reviewers. Explain the technical solution you have provided and how it fixes the issue case.
6+
7+ # # Covered unit test cases
8+ - [x] yes
9+ - [x] no
Original file line number Diff line number Diff line change 1+ # # Feature description
2+ Clearly and concisely describe the feature.
3+
4+ # # Solution description
5+ Describe your code changes in detail for reviewers.
6+
7+ # # Areas affected and ensured
8+ List out the areas affected by your code changes.
9+
10+ # # Covered unit test cases
11+ - [x] yes
12+ - [x] no
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
5+ - Add an issue template & a pull request template
6+ - Added in Pull Request [ #8 ] ( https://github.com/space-code/validator/pull/8 ) .
57- Update GitHub Action Configuration
68 - Added in Pull Request [ #7 ] ( https://github.com/space-code/validator/pull/7 ) .
79- Add ` Swift Compatibility ` & ` Platform Compatibility ` badges
You can’t perform that action at this time.
0 commit comments