-
Notifications
You must be signed in to change notification settings - Fork 9
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 #116 from nomandhoni-cs/master
Added pause button and Changed the website structure and Fixed some bugs 🐛
- Loading branch information
Showing
150 changed files
with
24,264 additions
and
591 deletions.
There are no files selected for viewing
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,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. |
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,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. |
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,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. |
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,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.
Oops, something went wrong.