Skip to content

Commit

Permalink
Issue templates updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 committed Dec 8, 2024
1 parent 20fb435 commit c9c5bb6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 52 deletions.
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,8 @@ body:
- label: "I follow [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) of this project."
required: true

- label: "I am a GSSOC'24 contributor."
- label: "I am a KWOC'24 contributor."
required: true

- label: "I am a IWOC'24 contributor."
required: false

- label: "I am a JWOC'24 contributor."
required: false

- label: "I am a SWOC'24 contributor."
required: false

- type: checkboxes
id: terms
Expand Down
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/doc_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,8 @@ body:
- label: "I follow [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) of this project."
required: true

- label: "I am a GSSOC'24 contributor."
- label: "I am a KWOC'24 contributor."
required: true

- label: "I am a IWOC'24 contributor."
required: false

- label: "I am a JWOC'24 contributor."
required: false

- label: "I am a SWOC'24 contributor."
required: false

- type: checkboxes
id: terms
Expand Down
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,8 @@ body:
- label: "I follow [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) of this project."
required: true

- label: "I am a GSSOC'24 contributor."
- label: "I am a KWOC'24 contributor."
required: true

- label: "I am a IWOC'24 contributor."
required: false

- label: "I am a JWOC'24 contributor."
required: false

- label: "I am a SWOC'24 contributor."
required: false

- type: checkboxes
id: terms
Expand Down
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,8 @@ body:
- label: "I follow [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) of this project."
required: true

- label: "I am a GSSOC'24 contributor."
- label: "I am a KWOC'24 contributor."
required: true

- label: "I am a IWOC'24 contributor."
required: false

- label: "I am a JWOC'24 contributor."
required: false

- label: "I am a SWOC'24 contributor."
required: false

- type: checkboxes
id: terms
Expand Down
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,8 @@ body:
- label: "I follow [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) of this project."
required: true

- label: "I am a GSSOC'24 contributor."
- label: "I am a KWOC'24 contributor."
required: true

- label: "I am a IWOC'24 contributor."
required: false

- label: "I am a JWOC'24 contributor."
required: false

- label: "I am a SWOC'24 contributor."
required: false

- type: checkboxes
id: terms
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<p>

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/8d5cd3ed-52d0-4619-bc27-3dcc46f8a0fa/deploy-status)](https://app.netlify.com/sites/beautiify/deploys)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![Visitors](https://api.visitorbadge.io/api/visitors?path=Rakesh9100%2FBeautiify%20&countColor=%23263759&style=flat)
![GitHub forks](https://img.shields.io/github/forks/Rakesh9100/Beautiify)
Expand Down Expand Up @@ -162,7 +163,7 @@ git push origin <your_branch_name>

<h2>Contributing Guidelines📑</h2>

Read our [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) to learn about our development process, how to propose bugfixes and improvements, and how to build to Click-The-Edible-Game.
Read our [Contributing Guidelines](https://github.com/Rakesh9100/Beautiify/blob/main/.github/CONTRIBUTING_GUIDELINES.md) to learn about our development process, how to propose bugfixes and improvements, and how to build to Beautiify.

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->

Expand Down
2 changes: 1 addition & 1 deletion assets/html_files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="form-title">Send us a message :)</h2>
</div>
<div class="form-fields">
<div class="form-group1">
<input id=cform type="text" class="fname" name="name" placeholder="Name" required />
<input id=cform type="text" class="fname" name="name" placeholder="Name" required>
<span id="message"> </span>
</div>
<div class="form-group1">
Expand Down

0 comments on commit c9c5bb6

Please sign in to comment.