Skip to content

Commit

Permalink
Fix Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatsal Gupta committed Nov 26, 2024
1 parent b908370 commit 123d6be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,15 +25,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS](https)
- Browser [e.g. chrome, safari](https)
- Version [e.g. 22]

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition
**Smartphone (please complete the following information):**

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition
- Device: [e.g. iPhone6]

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22](https)

**Additional context**
Add any other context about the problem here.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

All notable changes to [Project Name] will be documented in this file.

## [Unreleased]
## [Unreleased](#unreleased)

## [1.0.0] - YYYY-MM-DD

- Initial release

## Older Releases

[Older release notes can go here]
[Older release notes can go here](#older-releases)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please follow these guidelines to ensure a smooth process.

## Code Style

[Describe your coding style guidelines here, if applicable.]
[Describe your coding style guidelines here, if applicable.](#code-style)
We follow the [coding style guide](link_to_style_guide) for this project.

## Reporting Bugs
Expand Down

0 comments on commit 123d6be

Please sign in to comment.