Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 20, 2022
1 parent 2601112 commit e47eba1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pull-request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ about: Create a pull request to resolve issues or add new features.

## Features and Fixes

- Fixes \#<issue number>
- Relates to \#<issue number>
- Fixes #\<issue number>
- Relates to #\<issue number>

## Checklist

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ venv
environment.yml

## Node
package.json
package-lock.json
node_modules

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Security and vulnerability reports should be submitted as an issue of type [Secu
Patches for security vulnerabilities will be released for the following versions:

| Version | Supported |
| ------- | ------------------ |
|---------|--------------------|
| 4.x | :white_check_mark: |
| < 4.x | :x: |

0 comments on commit e47eba1

Please sign in to comment.