-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jfmartinz:main' into patch-3
- Loading branch information
Showing
56 changed files
with
9,853 additions
and
1,026 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,56 @@ | ||
name: "📃 Documentation" | ||
description: Document issue or enhancement? | ||
title: "📃 [ENHANCEMENT] - <title>" | ||
labels: ["documentation"] | ||
body: | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Issue Verification | ||
description: Before you open an issue, please verify that it's indeed a documentation issue and hasn't been reported before. | ||
options: | ||
- label: I have verified that this is a new documentation issue. | ||
required: true | ||
- label: I'm interested in working on this issue | ||
required: true | ||
- label: I'm part of GSSOC organization | ||
required: true | ||
- type: textarea | ||
id: documentation-area | ||
attributes: | ||
label: Documentation Area📚 | ||
description: Please specify the area or section of the documentation that needs attention. | ||
placeholder: Describe the area that needs attention. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Issue Description✍️ | ||
description: Describe the documentation issue or improvement needed. | ||
placeholder: Explain the issue. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: relevant-links | ||
attributes: | ||
label: Relevant Links🔗 | ||
description: Provide any relevant links, if applicable. | ||
placeholder: Add links. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Additional information about the documentation (Optional). | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: code-of-conduct | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/jfmartinz/ResourceHub/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I follow the [CONTRIBUTING GUIDELINE](https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md) of this project. | ||
required: true |
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,56 @@ | ||
name: "➕ Add a Resource" | ||
description: Want to add a new Resource? | ||
title: "➕ [RESOURCE] - <title>" | ||
labels: ["resource"] | ||
body: | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Idea Contribution | ||
description: Before you open an issue, please check if a similar issue already exists or has been closed before. | ||
options: | ||
- label: I have read all the resource request issues. | ||
required: true | ||
- label: I'm interested in working on this issue | ||
required: true | ||
- label: I'm part of GSSOC organization | ||
required: true | ||
- type: textarea | ||
id: category_and_section | ||
attributes: | ||
label: Where do you want to add the resource? Specify the category and section. | ||
description: Where do you want to add the resource? Specify the category and section. | ||
placeholder: Provide a clear and concise description of your resource. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: resource_urls | ||
attributes: | ||
label: Provide the URLs of the resources you are adding | ||
description: Provide the URLs of the resources you are adding. | ||
placeholder: Give a clear and concise description of the desired outcome. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Any alternative approaches/features | ||
description: Have you considered any alternative approaches or features? | ||
placeholder: Provide a clear and concise description of any other solutions or functionalities you've contemplated. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: Additional Context | ||
description: Include any extra information or visuals that may be relevant to the feature request. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: code_of_conduct | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/jfmartinz/ResourceHub/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I follow the [CONTRIBUTING GUIDELINE](https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md) of this project. | ||
required: true |
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 |
---|---|---|
@@ -1,28 +1,26 @@ | ||
**IMPORTANT:** When creating your Pull Request, please use the following format for the title: `Category - Resource Name & Section` <!--Change the PR Title not this --> | ||
# Pull Request | ||
|
||
PR Title samples: | ||
## Description | ||
Please include a summary of the changes and the related issue. | ||
|
||
- `Web development - CSS Portal & Tools` | ||
- `Web development - Leetcode & Challenges` | ||
Closes # | ||
|
||
## Type of change | ||
- [ ] Adding a new Resource | ||
- [ ] Adding a new Category | ||
- [ ] Documentation enhancement or fixes | ||
- [ ] Website enhancement or fixes | ||
|
||
Closes #10 | ||
## Checklist: | ||
- [ ] I read carefully [CONTRIBUTING.md](https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md) | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
|
||
|
||
### Description: | ||
> Provide a brief description of the pull request | ||
## Screenshots (if appropriate): | ||
|
||
Please add screenshots to help explain your changes. | ||
|
||
### Resource URL: | ||
> Insert the URL of the resource you're proposing | ||
- | ||
- | ||
- | ||
|
||
### Checklist: | ||
Before submitting your pull request, ensure that you have completed the following tasks: | ||
|
||
- [ ] I have carefully reviewed and adhered to the [contributing guidelines](https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md) before creating this pull request. | ||
- [ ] I followed the prescribed PR title template. _(Check this if you're adding a resource)_ | ||
|
||
> fill the bracket with x. Something like this [x] | ||
## Additional |
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
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,27 @@ | ||
name: Vercel Preview Deployment | ||
|
||
env: | ||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | ||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
Deploy-Preview: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install Vercel CLI | ||
run: npm install --global vercel | ||
|
||
- name: Pull Vercel Environment Information | ||
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} | ||
|
||
- name: Build Project Artifacts | ||
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} | ||
|
||
- name: Deploy Project Artifacts | ||
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} |
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,27 @@ | ||
name: Vercel Production Deployment | ||
|
||
env: | ||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | ||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
Deploy-Production: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install Vercel CLI | ||
run: npm install --global vercel | ||
|
||
- name: Pull Vercel Environment Information | ||
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} | ||
|
||
- name: Build Project Artifacts | ||
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} | ||
|
||
- name: Deploy Project Artifacts | ||
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} |
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
Oops, something went wrong.