Skip to content

Commit

Permalink
Merge branch 'docs-folder-structure-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshixh committed Oct 14, 2024
2 parents bb83f1b + 8930f82 commit 3a8271a
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions .github/ISSUE_TEMPLATE/hacktoberfest_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,37 @@ assignees: ""

## 📝 Issue Description

<!-- Describe the issue in detail. Include any background or context that might help the contributor understand the task. -->
<!-- Add the following content for **JSX (JavaScript XML)** under **REACT**
1. What is JSX?
2. Embedding Expressions in JSX
3. JSX Syntax Rules (Single Parent Element, Self-Closing Tags)
4. JSX vs HTML
5. Conditional JSX Rendering
**File you will be working on:** `src\content\docs\react\jsx.mdx` -->

## 🎯 Expected Outcome

<!-- Outline the expected result or goal for this issue. What should be done or achieved? -->
<!-- The expected outcome is to add a well-documented and informative section under React that covers the following topics:
- **What is JSX?**: Explanation of JSX and how it works in React.
- **Embedding Expressions in JSX**: Instructions on embedding JavaScript expressions within JSX.
- **JSX Syntax Rules**: Key rules like wrapping JSX in a single parent element and using self-closing tags.
- **JSX vs HTML**: Comparison between JSX and standard HTML, focusing on their differences.
- **Conditional JSX Rendering**: Explanation and examples of rendering elements conditionally in JSX.
The content should be written clearly, with examples where necessary, and provide value for developers who are either new to JSX or need a refresher. Please don't make use of the AIs. -->

## 🔧 Solution Guidance (Optional)

<!-- If applicable, provide hints or tips that might help the contributor. You can point to documentation, code files, or similar issues. -->
<!-- - Make use of [Astro Star Light Components](https://starlight.astro.build/components/using-components/) -->

## 📋 Steps to Reproduce

<!-- List detailed steps for reproducing the issue (if applicable). -->

1. Step 1
2. Step 2
3. ...
<!-- - Navigate to `src\content\docs\react\jsx.mdx` file in the repository.
- Add content for each of the 5 sections mentioned above.
- Ensure the content is formatted properly using `MDX` -->

## 💡 Additional Context (Optional)

Expand Down

0 comments on commit 3a8271a

Please sign in to comment.