Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Mar 15, 2022
1 parent 91b1315 commit fec91e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A description of what you expected to happen.
- CPU architecture (Intel/AMD x86_64, PowerPC, ARM, Appel M1,...)
- Julia version: [e.g. julia 1.1.1, official binaries from https://julialang.org/downloads/]
- NCDatasets version:
- Output of `using Pkg; Pkg.status(mode=PKGMODE_MANIFEST)`

**Full output**

Expand Down

2 comments on commit fec91e5

@Alexander-Barth
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/56711

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.1 -m "<description of version>" fec91e51f9d273e2e862555c9aa2a990c1d8dc7c
git push origin v0.12.1

Please sign in to comment.