Skip to content

Commit

Permalink
Merge pull request #1129 from mdazfar2/legacy
Browse files Browse the repository at this point in the history
[Update] Issue template & .gitignore
  • Loading branch information
mdazfar2 authored Dec 30, 2024
2 parents 81e9a2d + d8c6c9a commit 6dc809b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .env.example

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:

- label: 'I have read the [Contributing Guidelines](https://github.com/mdazfar2/Ezyshop/blob/main/CONTRIBUTING.md)'
required: true
- label: "I'm a GSSoC'24-Extd contributor"
- label: "I'm a SWoC'25 contributor"

- label: 'I am willing to work on this issue (optional)'
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body:
options:
- label: I have read the [Contributing Guidelines](https://github.com/mdazfar2/Ezyshop/blob/main/CONTRIBUTING.md)
required: true
- label: I'm a GSSOC'24-Extd contributor
- label: I'm a SWoC'25 contributor
- label: I have starred the repository
required: true
- label: 'I am willing to work on this issue (optional)'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:

- label: 'I have read the [Contributing Guidelines](https://github.com/mdazfar2/Ezyshop/blob/main/CONTRIBUTING.md)'
required: true
- label: "I'm a GSSoC'24-Extd contributor"
- label: "I'm a SWoC'25 contributor"

- label: 'I am willing to work on this issue (optional)'
required: false
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env*
.env*.local
.env*.example
# vercel
.vercel

Expand Down

0 comments on commit 6dc809b

Please sign in to comment.