-
-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Description | ||
|
||
<!-- A clear and concise description of what the pull request does. Include any relevant motivation and background. --> | ||
|
||
## Types of changes | ||
|
||
<!-- What types of changes does your code introduce to AstroPaper? Put an `x` in the boxes that apply --> | ||
|
||
- [ ] Bug Fix (non-breaking change which fixes an issue) | ||
- [ ] New Feature (non-breaking change which adds functionality) | ||
- [ ] Documentation Update (if none of the other choices apply) | ||
- [ ] Others (any other types not listed above) | ||
|
||
## Checklist | ||
|
||
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. You can also fill these out after creating the PR. This is simply a reminder of what we are going to look for before merging your code. --> | ||
|
||
- [ ] I have read the [Contributing Guide](https://github.com/satnaing/astro-paper/blob/main/.github/CONTRIBUTING.md) | ||
- [ ] I have added the necessary documentation (if appropriate) | ||
- [ ] Breaking Change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
## Further comments | ||
|
||
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> | ||
|
||
## Related Issue | ||
|
||
<!-- If this PR is related to an existing issue, link to it here. --> | ||
|
||
Closes: #<!-- Issue number, if applicable --> |