Skip to content

Commit d65454e

Browse files
docs: standardize formatting in markdown files for consistency
1 parent 7454583 commit d65454e

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug Report
33
about: Report a bug to help us improve the project
4-
title: "[BUG] "
5-
labels: [ "bug" ]
4+
title: '[BUG] '
5+
labels: ['bug']
66
---
77

88
## 🐛 Bug Description
@@ -31,4 +31,4 @@ _A clear and concise description of what you expected to happen._
3131

3232
## 📌 Possible Fixes
3333

34-
_Any suggestions for fixing the issue?_
34+
_Any suggestions for fixing the issue?_
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
22
name: Feature Request
33
about: Suggest a new feature or improvement for the project
4-
title: "[Feature] "
5-
labels: [ "enhancement" ]
4+
title: '[Feature] '
5+
labels: ['enhancement']
66
---
77

88
## ✨ Feature Description
9+
910
_A clear and concise description of what you want to happen._
1011

1112
## 📌 Tasks
13+
1214
- [ ] List any key implementation steps.
1315

1416
## 🤔 Additional Context
15-
_Any additional information, mockups, or references?_
17+
18+
_Any additional information, mockups, or references?_

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ _If this PR is linked to any existing issue, reference it (e.g., Fixes #123). Ot
2222

2323
## 🚀 Additional Notes
2424

25-
_Any additional information needed_
25+
_Any additional information needed_

docs/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ This Code of Conduct is adapted from the **Contributor Covenant**, version 2.1:
6262
---
6363

6464
By contributing to this project, you agree to follow this Code of Conduct.
65-
Thank you for making GameBlame a great and inclusive space! 🚀🎮
65+
Thank you for making GameBlame a great and inclusive space! 🚀🎮

docs/CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ revert: # Reverting a previous commit
6868

6969
```sh
7070
git push origin <branch>
71-
```
71+
```
7272

7373
### 8. Create a Pull Request
7474

@@ -113,5 +113,4 @@ Feel free to open an issue or ask in our [Discord](https://discord.gg/RbSCJWZpaw
113113

114114
Thanks for contributing! 🎮✨
115115

116-
117-
---
116+
---

docs/DATABASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Stores registered user-specific backlog data.
7777

7878
```json
7979
{
80-
"userUid": "string", // Reference to users.uid
80+
"userUid": "string", // Reference to users.uid
8181
"games": [
8282
{
83-
"steamAppId": "string", // Reference to games.steamAppId
83+
"steamAppId": "string", // Reference to games.steamAppId
8484
"status": "string",
8585
"addedAt": "timestamp"
8686
}
@@ -113,4 +113,4 @@ Stores game addition requests from users.
113113
}
114114
```
115115

116-
---
116+
---

0 commit comments

Comments
 (0)