Skip to content

Commit

Permalink
Merge pull request #116 from nomandhoni-cs/master
Browse files Browse the repository at this point in the history
Added pause button and Changed the website structure and Fixed some bugs 🐛
  • Loading branch information
nomandhoni-cs authored Nov 27, 2024
2 parents 22b7309 + 4c89da3 commit 6cfcd11
Show file tree
Hide file tree
Showing 150 changed files with 24,264 additions and 591 deletions.
38 changes: 38 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## Description
Please provide a brief summary of the changes you made in this PR.

---

## Type of Change
Check the options that match the changes in your PR:

- [ ] 🐛 Bug fix (fixes an issue)
- [ ] ✨ New feature (adds functionality)
- [ ] 🛠️ Refactor (code changes without affecting the functionality)
- [ ] 📝 Documentation update (improves documentation)
- [ ] 🧪 Test improvement (adds/fixes tests)

---

## Checklist
Ensure the following tasks are completed before submission:

- [ ] My code follows the project's coding guidelines.
- [ ] I have added tests or verified existing tests.
- [ ] I have updated documentation (if applicable).
- [ ] This PR has been self-reviewed for quality.

---

## Related Issues
Link any issues this PR resolves, e.g. `Closes #123`.

---

## Screenshots (if applicable)
Provide relevant screenshots or GIFs of the changes.

---

## Additional Notes
Add any other information that reviewers might find helpful.
22 changes: 22 additions & 0 deletions .github/pull_request_template/bug_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Bug Fix Pull Request

### Description of the Bug
- What was the issue? Provide details or link the issue here.

### Fix Summary
- Describe the changes made to resolve the bug.

### Steps to Reproduce
1. Provide the steps to reproduce the bug before the fix.
2. Verify that the issue no longer occurs after the fix.

### Screenshot(s)
- Include before and after screenshots to demonstrate the fix (if applicable).

### Checklist
- [ ] Bug has been fixed and tested.
- [ ] Related issues have been linked (e.g., `#123`).
- [ ] Documentation or comments added/updated (if necessary).

### Additional Context
- Mention any specific environment, dependency, or configuration changes required.
18 changes: 18 additions & 0 deletions .github/pull_request_template/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## General Pull Request

### Description
- Provide a brief summary of the changes in this pull request.

### Related Issue(s)
- Link any related issues or tasks (e.g., `#123`).

### Screenshot(s)
- Add any relevant screenshots of changes, if applicable.

### Checklist
- [ ] Code is self-documented.
- [ ] Tests have been added or updated.
- [ ] Documentation is updated (if applicable).

### Additional Information
- Mention any dependencies, blockers, or context for the reviewers.
21 changes: 21 additions & 0 deletions .github/pull_request_template/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Feature Pull Request

### New Feature Overview
- Provide a concise description of the new feature.

### Implementation Details
- Explain how the feature was implemented, including key files or logic.

### Use Case(s)
- List the use cases for the feature and why it adds value.

### Screenshot(s)
- Add screenshots showcasing the new feature (if applicable).

### Checklist
- [ ] Feature has been tested and verified.
- [ ] Relevant documentation is updated (if applicable).
- [ ] Linked any related issues or tasks (e.g., `#123`).

### Additional Notes
- Provide any extra information, such as screenshots, references, or links.
File renamed without changes.
Loading

0 comments on commit 6cfcd11

Please sign in to comment.