Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 983 Bytes

File metadata and controls

48 lines (30 loc) · 983 Bytes

Contributing to Purus Prettier Plugin

Thank you for your interest in contributing!

日本語版はこちら

About

Prettier plugin for formatting Purus code.

Prerequisites

Getting Started

git clone https://github.com/puruslang/prettier-plugin.git
cd prettier-plugin
npm install
npm test

Development

Command Description
npm test Run tests

Submitting Pull Requests

  1. Fork the repository and create a branch from main
  2. Make your changes
  3. Run tests and ensure they pass
  4. Open a PR with a clear description

Release

Releases are triggered by pushing a v* tag (e.g., v1.1.0).

Code of Conduct

See CODE_OF_CONDUCT.md.

License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.