Example.jl icon indicating copy to clipboard operation
Example.jl copied to clipboard

Example Julia package repo.

Results 16 Example.jl issues
Sort by recently updated
recently updated
newest added

Nothing special, just making the workflow a bit more up-to-date again.

Zenodo offers DOIs for released packages. See e.g. the DOI badge at for an example. It would be good if this package had an example for this. DOIs help make...

The example showcases how to set up the CI using Travis CI (GitHub app), Codecov, and Documenter.

People usually use or used Pkg.jl, PkgDev.jl or PkgTemplates to develop a new package. A common feature is to include by default a `LICENSE.md` file. This is great. By default...

- Use OSI standardized license text so it is machine detectable by GitHub/Licensee - Update CI by including Windows (x64/x86) through Travis - Update Codecov example (is codecov enabled for...

Since most repositories are in GitHub, the example showcases how to include custom templates for - Bug Reports - Feature Requests - Custom

I suggest that the example be updated to deploy from main rather than master. I tried replacing master with main in the ci.yml ` branches: [main]` But then it doesn't...

This is what Github automatically recognizes as the MIT license. Closes #72

[As pointed out in a recent thread on Slack](https://julialang.slack.com/archives/CD3TZUV9T/p1668313937473389), the way the `LICENSE.md` file is written, quoting the actual license text, does not let Github recognize it as the "MIT...