diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a5cf6d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- + +name: Bug report + +about: Create a report to help us improve + +title: "\[BUG] " + +labels: bug + +assignees: "" + +--- + + + +\*\*Describe the bug\*\* + +A clear and concise description of what the bug is. + + + +\*\*To Reproduce\*\* + +Steps to reproduce the behavior: + +1\. Go to '...' + +2\. Click on '...' + +3\. Scroll down to '...' + +4\. See error + + + +\*\*Expected behavior\*\* + +A clear and concise description of what you expected to happen. + + + +\*\*Screenshots\*\* + +If applicable, add screenshots to help explain your problem. + + + +\*\*Additional context\*\* + +Add any other context about the problem here. + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c12ac25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,40 @@ +--- + +name: Feature request + +about: Suggest an idea for this project + +title: "\[FEATURE] " + +labels: enhancement + +assignees: "" + +--- + + + +\*\*Is your feature request related to a problem? Please describe.\*\* + +A clear and concise description of what the problem is. Ex: I'm always frustrated when \[...] + + + +\*\*Describe the solution you'd like\*\* + +A clear and concise description of what you want to happen. + + + +\*\*Describe alternatives you've considered\*\* + +A clear and concise description of any alternative solutions or features you've considered. + + + +\*\*Additional context\*\* + +Add any other context or screenshots about the feature request here. + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..752f98c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + +## Description +Please include a summary of the changes and the related issue. + +Fixes # (issue number) + +## Type of change +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Other (please describe): + +## Checklist +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have added tests that prove my fix is effective or that my feature works diff --git a/.github/workflows/closeIssue.yml b/.github/workflows/closeIssue.yml index 04885ac..8484787 100644 --- a/.github/workflows/closeIssue.yml +++ b/.github/workflows/closeIssue.yml @@ -21,4 +21,4 @@ jobs: Happy coding!✨ We hope to see you again soon!❣️`; await github.issues.createComment({ owner, repo, issue_number: number, body: commentBody }); - console.log(`Commented on the issue: ${commentBody}.`); \ No newline at end of file + console.log(`Commented on the issue: ${commentBody}.`);# trigger diff --git a/.github/workflows/issueOpen.yml b/.github/workflows/issueOpen.yml index f58c1fd..a619999 100644 --- a/.github/workflows/issueOpen.yml +++ b/.github/workflows/issueOpen.yml @@ -22,4 +22,4 @@ jobs: Happy Coding! 💖`; await github.issues.createComment({ owner, repo, issue_number: number, body: commentBody }); - console.log(`Commented on the issue: ${commentBody}.`); \ No newline at end of file + console.log(`Commented on the issue: ${commentBody}.`);# trigger diff --git a/.github/workflows/pullReqMerge.yml b/.github/workflows/pullReqMerge.yml index 3eb60be..56cae85 100644 --- a/.github/workflows/pullReqMerge.yml +++ b/.github/workflows/pullReqMerge.yml @@ -23,4 +23,4 @@ jobs: Thank you for your contribution and being part of our project! 💫 Keep coding and keep shining! 🌟`; - await github.issues.createComment({ owner, repo, issue_number: prNumber, body: commentBody }); \ No newline at end of file + await github.issues.createComment({ owner, repo, issue_number: prNumber, body: commentBody });# trigger diff --git a/.github/workflows/pullReqOpen.yml b/.github/workflows/pullReqOpen.yml index a581df9..9c55a9f 100644 --- a/.github/workflows/pullReqOpen.yml +++ b/.github/workflows/pullReqOpen.yml @@ -21,4 +21,4 @@ jobs: Please ensure your PR follows the contributing guidelines. Keep contributing and growing! 🌱✨`; - await github.issues.createComment({ owner, repo, issue_number: number, body: commentBody }); \ No newline at end of file + await github.issues.createComment({ owner, repo, issue_number: number, body: commentBody });# trigger diff --git a/.github/workflows/selfAssign.yml b/.github/workflows/selfAssign.yml index 434b042..7614653 100644 --- a/.github/workflows/selfAssign.yml +++ b/.github/workflows/selfAssign.yml @@ -26,3 +26,4 @@ jobs: }); console.log(`Assigned @${assignee} to issue #${issueNumber}`); +# trigger diff --git a/App/src/pages/Contact.jsx b/App/src/pages/Contact.jsx index 61935d3..6e9207b 100644 --- a/App/src/pages/Contact.jsx +++ b/App/src/pages/Contact.jsx @@ -14,32 +14,60 @@ const Contact = () => { - + + +
+ + + +
+ +
+ +
- +
-