Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattBrzezinski/7ecd8923055c646d8365be7f33c098f9 to your computer and use it in GitHub Desktop.
Save mattBrzezinski/7ecd8923055c646d8365be7f33c098f9 to your computer and use it in GitHub Desktop.
Julia Package Checklist
* Project.toml file instead of a REQUIRE
* https://discourse.julialang.org/t/convert-require-to-project-toml-and-manifest-toml/17775/2
* Travis CI configured
* Linux / OSX
* Long Term Stable (1.0), Latest Stable (1)
* https://github.com/JuliaCloud/AWSCore.jl/blob/master/.travis.yml
* Bors Configured (if applicable)
* https://bors.tech/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment