Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajaktaPatil05 committed Oct 9, 2024
2 parents a28e0d5 + aeefcc1 commit c2c96ae
Show file tree
Hide file tree
Showing 65 changed files with 3,413 additions and 403 deletions.
35 changes: 35 additions & 0 deletions .github/BUG_report_issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### Title of the Issue
- [ ] **Have you named the issue title clearly and descriptively?**
- [ ] **Have you searched for existing issues in the project to avoid duplicates?**
<!-- Example: "Bug: [Component] Button not responding on click" -->
<!-- Use format: "Bug: [affected section] concise description" -->

### Description
<!-- A clear and detailed description of the bug, including what happens, how it happens, and any potential consequences. -->

### Steps to Reproduce
<!-- List out the steps to reproduce the bug, including the code, environment, or any specific conditions. -->

1. Step 1
2. Step 2
3. Step 3

### Changes Expected
<!-- Describe what changes you wish to make in the code. -->

### Screenshots / Logs
<!-- If applicable, attach screenshots, logs, or any other files to help understand the issue. -->

### Related Issues or Pull Requests
<!-- If this issue is related to other issues or pull requests, mention them here by linking the relevant numbers. -->

### Environment
<!-- Provide details about the environment where the issue was observed (e.g., OS, browser, or framework version). -->

### Checklist
- [ ] I have followed the issue title guidelines.
- [ ] I have included a clear and detailed description.
- [ ] I have provided necessary logs, screenshots, or other files.
- [ ] I am a GSSOC contributor.
- [ ] I have mentioned related issues or pull requests if any.
- [ ] I have provided details about the environment where the issue was observed.
29 changes: 29 additions & 0 deletions .github/Feature_request_issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Title of the Issue
- [ ] **Have you named the issue title clearly and descriptively?**
- [ ] **Have you searched for existing issues in the project to avoid duplicates?**
<!-- Example: "feat: [Component] Add social media sharing functionality" -->
<!-- Use format: "feat: [affected section] concise description" -->

### Description
<!-- A clear and detailed description of the feature, including the problem you're addressing, the solution you're proposing, and any relevant details. -->

### Approach to Creating This Feature
<!-- Describe your approach to creating this feature. How does it integrate with existing components or functionality? Provide examples or ideas. -->

### Benefits
<!-- Explain the benefits of this feature. How will it improve the project or user experience? -->

### Social Links / References
<!-- If relevant, provide links to other resources (social media links, GitHub repos, examples) that may help understand or enhance the feature. -->

### Additional Context
<!-- Add any other relevant information, such as user stories, use cases, or mockups, to provide more detail about the feature request. -->

### Checklist
- [ ] I have followed the issue title guidelines.
- [ ] I have clearly described the feature and its approach.
- [ ] I have explained the benefits of this feature.
- [ ] I have added references or social links, where applicable.
- [ ] I have provided additional context, if necessary.
- [ ] I have read the GSSOC guidelines and understand the contribution process.
- [ ] I have checked for existing issues and pull requests to avoid duplicates.
47 changes: 47 additions & 0 deletions .github/Pull_Request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
### Title of the Pull Request
- [ ] Have you renamed the PR Title in a meaningful way?
<!--
Examples of good PR titles:
build: (for build related changes)
chore: (for updating task runner configs etc; no production code change)
docs: (for documentation changes)
feat: (for new feature)
fix: (for bug fixes)
perf: (for performance improvements)
refactor: (for refactoring code; no production code change)
revert: (when reverting changes)
style: (changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc))
test: (when adding missing tests)
-->
### Related Issue
<!-- Replace `<issue number>` with the issue number which is fixed in this PR -->
Closes: #<issue number>

### Description
<!-- Describe the changes you made in this pull request in DETAILS-->

### Type of change

What sort of changes have you made:
<!--
Example how to mark a checkbox:-
- [x] My code follows the code style of this project.
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Code style update (formatting, local variables)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

### Checklist
<!--
Example how to mark a checkbox:-
- [x] My code follows the code style of this project.
-->
- [ ] My code follows the code style of this project.
- [ ] I have followed the contribution guidelines
- [ ] I have performed a self-review of my own code.
- [ ] I have ensured my changes don't generate any new warnings or errors.
- [ ] I have updated the documentation (if necessary).
- [ ] I have resolved all merge conflicts.
26 changes: 26 additions & 0 deletions .github/workflows/add-contributor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Update Contributors in README

on:
push:
branches: ["main"]
workflow_dispatch:

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Update Contributors List
uses: akhilmhdh/[email protected]
with:
commit_message: "Updated contributors list"
committer_username: "yashksaini-coder"
committer_email: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions Changed_contact_us_in_index_html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

12 changes: 6 additions & 6 deletions Faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">1. What type of courses does SkillWise offer?</p>
<span class="expandToggle">+</span>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
</div>
<div class="FAQ-content">
<p>SkillWise offers a wide range of courses across various categories, including Data Science, UI/UX
Expand All @@ -132,7 +132,7 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">2. What payment methods are accepted?</p>
<span class="expandToggle">+</span>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
</div>
<div class="FAQ-content">
<p>We accept a variety of payment methods including credit/debit cards, PayPal, and other online
Expand All @@ -143,7 +143,7 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">3. Will I receive a certificate after completing a course?</p>
<span class="expandToggle">+</span>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
</div>
<div class="FAQ-content">
<p>Yes! All courses provide a certificate of completion that can be downloaded and added to your
Expand All @@ -154,7 +154,7 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">4. What should I do if I encounter issues with the course videos?</p>
<span class="expandToggle">+</span>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
</div>
<div class="FAQ-content">
<p>If you're experiencing problems with video playback or course content, try refreshing your
Expand All @@ -166,7 +166,7 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">5. How long do I have access to a course after purchasing it?</p>
<span class="expandToggle">+</span>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
</div>
<div class="FAQ-content">
<p>Once you purchase a course, you get lifetime access, allowing you to learn at your own pace.</p>
Expand All @@ -176,7 +176,7 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">6. Do I need any prerequisites to enroll in a course?</p>
<span class="expandToggle">+</span>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
</div>
<div class="FAQ-content">
<p>Most beginner courses do not require any prerequisites, but intermediate and advanced courses
Expand Down
Loading

0 comments on commit c2c96ae

Please sign in to comment.