Skip to content

Commit 51ea27a

Browse files
Merge pull request #181 from Sakshamjain98/main
Digital Diary App
2 parents bcf0174 + a2645d9 commit 51ea27a

File tree

164 files changed

+9950
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+9950
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: 💡 General Feature Request
2+
description: Have a new idea/feature for memories? Please suggest!
3+
labels: ['⭐ goal: addition', 'good first issue', '🤩 Up for the grab', 'help wanted', 'enhancement']
4+
title: '[FEATURE 💡] <description>'
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the enhancement you propose, also include what you tried and what worked.
11+
placeholder: Enter your description
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: screenshots
16+
attributes:
17+
label: Screenshots
18+
description: Screenshots to support proposal of feature or idea
19+
placeholder: Please attach screenshots if applicable
20+
validations:
21+
required: false
22+
- type: textarea
23+
id: extrainfo
24+
attributes:
25+
label: Additional information
26+
description: Is there anything else we should know about this idea?
27+
value: |
28+
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/memories/blob/main/CONTRIBUTING.md) and docs before proceeding**
29+
## Happy contributing. 💐
30+
Star my other Repositories [here](https://github.com/warmachine028)
31+
validations:
32+
required: false
33+
- type: markdown
34+
attributes:
35+
value: |
36+
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/memories/blob/main/CONTRIBUTING.md) and docs before proceeding**
37+
## Happy contributing. 💐
38+
Star my other Repositories [here](https://github.com/warmachine028?tab=repositories)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: 🐛 Bug Bounty Hunter
2+
description: Report an bug in memories and help improve the project!
3+
labels: ['🛠 goal: fix', 'good first issue', '🤩 Up for the grab', 'help wanted', 'enhancement', 'bug']
4+
title: '[BUG 🐞] <description>'
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the question or issue, also include what you tried and what didn't work
11+
placeholder: Enter your description
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: screenshots
16+
attributes:
17+
label: Screenshots
18+
description: Screenshots to support replication of Bug
19+
placeholder: Please attach screenshots if applicable
20+
validations:
21+
required: false
22+
- type: textarea
23+
id: extrainfo
24+
attributes:
25+
label: Additional information
26+
description: Is there anything else we should know about this idea?
27+
value: |
28+
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/memories/blob/main/CONTRIBUTING.md) and docs before proceeding**
29+
## Happy contributing. 💐
30+
Star my other Repositories [here](https://github.com/warmachine028)
31+
validations:
32+
required: false
33+
- type: markdown
34+
attributes:
35+
value: |
36+
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/memories/blob/main/CONTRIBUTING.md) and docs before proceeding**
37+
## Happy contributing. 💐
38+
Star my other Repositories [here](https://github.com/warmachine028?tab=repositories)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 📄 Documentation issue
2+
description: Found an issue in the documentation? You can use this one!
3+
title: '[DOCS 📄] <description>'
4+
labels: ['📄 aspect: text', 'good first issue', '🤩 Up for the grab']
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the question or issue, also include what you tried and what didn't work
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: extrainfo
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this issue?
25+
validations:
26+
required: false
27+
- type: markdown
28+
attributes:
29+
value: |
30+
Star my other Repositories [here](https://github.com/warmachine028)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Other
2+
description: Use this for any other issues. Please do NOT create blank issues
3+
title: '[OTHER]'
4+
labels: ['🚦 status: awaiting triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: '# Other issue'
9+
- type: textarea
10+
id: issuedescription
11+
attributes:
12+
label: What would you like to share?
13+
description: Provide a clear and concise explanation of your issue.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: extrainfo
18+
attributes:
19+
label: Additional information
20+
description: Is there anything else we should know about this issue?
21+
validations:
22+
required: false
23+
- type: markdown
24+
attributes:
25+
value: |
26+
Star my other Repositories [here](https://github.com/warmachine028)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏾🙋🏼‍Question
4+
url: https://github.com/warmachine028
5+
about: Feel free to ask your question on Discussion.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Other
3+
about: Use this template for any other issue. Please don't create blank issues.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**What Would you like to share?**
11+
12+
**Additional Information**
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Issue #<issue number> 📐
2+
3+
- I <[your name here](your github profile link)> have worked for #<issue number>
4+
5+
## Guidelines 🔐
6+
7+
I accept the fact that I have followed the guidelines and have not copied the codes from around the internet
8+
9+
- [x] **Contribution Guidelines**
10+
- [x] **Code of Conduct**
11+
12+
## Issue to be closed 🛅
13+
14+
- My pull request closes #<issue number>
15+
16+
## Screenshots 📷
17+
18+
Here are the pictures of changes that I have made 🔽
19+
20+
<attach screenshots here>
21+
22+
<!-- Please refer to previous closed issues for better understanding of filling this template -->
23+
24+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Push changes
2+
description: A reusable action to push changes with a specified commit message and file paths
3+
inputs:
4+
message:
5+
description: Commit message
6+
required: true
7+
paths:
8+
description: File paths to add
9+
default: '.'
10+
runs:
11+
using: composite
12+
steps:
13+
- name: Pull changes
14+
run: git pull
15+
shell: bash
16+
17+
- name: Push changes
18+
uses: EndBug/add-and-commit@v9
19+
with:
20+
committer_name: 'GitHub Actions'
21+
committer_email: 'actions@github.com'
22+
add: ${{ inputs.paths }}
23+
message: '${{ inputs.message }}'
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions #! for github-actions
4+
directory: '.github'
5+
schedule:
6+
interval: daily
7+
time: '21:00'
8+
- package-ecosystem: npm #! enable for javascript & typescript
9+
open-pull-requests-limit: 10
10+
directory: 'client'
11+
schedule:
12+
interval: daily
13+
time: '21:00'
14+
- package-ecosystem: npm #! enable for javascript & typescript
15+
open-pull-requests-limit: 10
16+
directory: 'server'
17+
schedule:
18+
interval: daily
19+
time: '21:00'

0 commit comments

Comments
 (0)