Skip to content

Commit

Permalink
Added Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed May 22, 2024
1 parent e147838 commit 8877699
Show file tree
Hide file tree
Showing 32 changed files with 87 additions and 1,001 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "🐛 Bug Report"
about: "Create a report to help us improve"
title: 'Bug: Write Suitable Title Here'
labels: 'bug'
---

<!-- Please provide a clear and concise description of what the bug is -->
## Describe the bug

<!-- Provide Screenshots if any -->
## Add Screenshots

<!-- Exaplin How to reproduce the bug -->
## Steps To Reproduce

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'

<!-- Explain the behavior you observed after following the above steps -->
## The current behavior

<!-- Explain what you expected to happen after following the above steps -->

## The expected behavior
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/content-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: "Content issue"
description: "Report a problem with content on 30-Days-Of-CPP."
labels: ["content"]
body:
- type: markdown
attributes:
value: |
### Before you start
- [ ] Check the [existing issues](https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues)
- [ ] I have read the [contributing guidelines](https://github.com/subhadipbhowmik/30-Days-Of-CPP/blob/main/CONTRIBUTING.md)
---
- type: input
id: page-url
attributes:
label: Site URL
description: The URL of the page where you found the issue
validations:
required: true
# -- BEGIN fields that correspond to `page-report.yml` —-

- type: textarea
id: problem
attributes:
label: What information was incorrect, unhelpful, or incomplete?
validations:
required: true
- type: textarea
id: expected
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
id: references
attributes:
label: Do you have any supporting links, references?
description: Link to information that helps us confirm your issue.
- type: textarea
id: more-info
attributes:
label: Do you have anything more you want to share?
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code
# -- END fields that correspond to `page-report.yml` —-
4 changes: 2 additions & 2 deletions Learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ol>
<li><a href="#1-project-description">Project Description</a></li>
<li><a href="#2-tech-stack">Tech Stack</a></li>
<li><a href="#3-tech-stack">Project Structure</a></li>
<li><a href="#3-folder-structure">Project Structure</a></li>
<li><a href="#4-running-the-project-locally">Running the Project Locally</a></li>
<li><a href="#5-contributing">Contributing</a></li>
</ol>
Expand All @@ -40,7 +40,7 @@ To be able to contribute to this project, you should learn the following technol

You can start contributing with knowledge of ReactJs, Markdown and learn others with the time.

# <a name="3-project-structure">Project Structure:</a>
# <a name="3-folder-structure">Project Structure:</a>
Let's take a look at the project structure:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/day-01/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"link": {
"type": "generated-index"
}
}
}
3 changes: 3 additions & 0 deletions docs/day-01/history-of-cpp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
sidebar_position: 3
title: "History of C++"
description: "Learn about the history of C++, its key features, and how it has evolved over time."
sidebar_label: "History of C++"
---

# History of CPP
Expand Down
3 changes: 3 additions & 0 deletions docs/day-01/introduction-to-cpp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
sidebar_position: 1
title: "Introduction to CP"
description: "Welcome to the world of CPP programming! Learn about the key features of C++, its applications, and how to get started with C programming"
sidebar_label: "Introduction to C++"
---

import CustomTag from '@site/src/components/TagsComponents/CustomTag';
Expand Down
59 changes: 0 additions & 59 deletions docs/day-01/static.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/day-03/_category_.json

This file was deleted.

59 changes: 0 additions & 59 deletions docs/day-03/expression-in-cpp.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/day-03/operators-in-cpp.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/day-04/_category_.json

This file was deleted.

59 changes: 0 additions & 59 deletions docs/day-04/control-statements-in-cpp.md

This file was deleted.

Loading

0 comments on commit 8877699

Please sign in to comment.