Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.24 KB

File metadata and controls

42 lines (29 loc) · 1.24 KB

Contributing to vtimestamp

vtimestamp is an early-stage project. Contributions are welcome: bug reports, feature ideas, feedback, etc.

Getting Started

git clone https://github.com/vdappdev2/vtimestamp.git
cd vtimestamp
cp .env.example .env
yarn install
yarn dev

See the README for environment variable configuration.

Reporting Issues

Open an issue on GitHub Issues. Include:

  • What you expected to happen
  • What actually happened
  • Steps to reproduce (if applicable)
  • Browser and OS

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Test locally with yarn dev
  5. Commit with a clear message describing what changed and why
  6. Push to your fork and open a pull request

Keep PRs focused — one change per PR is easier to review than a bundle of unrelated changes.

Questions & Discussion

Use GitHub Discussions for questions, ideas, or general conversation about vtimestamp.

License

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