Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

39 lines (20 loc) · 1.78 KB

How to Contribute to asdf

There are many ways to contribute to asdf, thanks for taking the time to read and help.

asdf Core

Did you find a bug?

Ensure the bug is actually an issue with asdf and not a plugin. If the bug only occurs when using one tool installed by asdf and not others it is likely an issue with the plugin. Find the plugin repo URL with asdf plugin list --urls, browse their repo Issues and if no solution is found open a new Issue there.

Ensure the bug was not already reported in existing Issues. If not, then please open a new Issue. Please be as specific as possible when reporting the issue.

New Features/Proposals

Please open a new Feature Request to discuss the feature before implementing a solution.

Developing with the Core

See docs/contribute/core.md or on our Docs Site.

Documentation

Documentation can always be improved! See docs/contribute/documentation.md or on our Docs Site.

First-Party Plugins

We always need help to maintain our plugins. See docs/contribute/first-party-plugins.md or on our Docs Site.

Create a Plugin?

Please read the docs/plugins/create.md or on our Docs Site.

GitHub Action

See the asdf actions repo for existing Issues, conversations and Contributing Guidelines.


Thanks for contributing!