Thank you for checking out this project! This VSCode extension has been a valuable tool for developers, but unfortunately, I no longer have the time to maintain it. VSC Market: https://marketplace.visualstudio.com/items?itemName=serhatkaya.twig-formatter
If you're interested in taking over maintenance, contributing new features, or fixing bugs, your help is greatly appreciated. This project is open to all contributions, whether you're an experienced developer or just getting started with open source.
- Fork the Repository: Start by forking this repository to your GitHub account.
- Clone Your Fork: Clone your forked repository to your local machine.
git clone https://github.com/<yourusername>/vscode-twig-formatter.git
- Install Dependencies: Run the following command to install the required dependencies:
npm install
- Make Changes: Implement your changes in a feature branch.
git checkout -b your-feature-name
- Submit a Pull Request: Once your changes are ready, submit a pull request to the
main
branch.
- Code Style: Follow the existing coding conventions in the project.
- Commits: Write clear and concise commit messages.
- Issues: If you're fixing a bug or adding a feature, consider opening an issue first to discuss your approach.
If you encounter any issues or have questions about the project, feel free to open a new issue.
This project is licensed under the MIT License.
If you'd like to take over full maintenance of the project or need additional context, feel free to open an issue. Thank you for your interest, and I look forward to your contributions!