Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.66 KB

File metadata and controls

45 lines (31 loc) · 1.66 KB

Contributing to VFC Tool

Thank you for your interest in contributing to the Visual FlowChart (VFC) tool! This document provides guidelines for contributing to the project.

Ways to Contribute

  • Bug fixes: Help fix issues in the current implementation
  • Documentation: Improve or create documentation for users and developers
  • Testing: Test the tool and report bugs or suggest improvements
  • Feature development: Contribute to the roadmap for version 2.0

Getting Started

  1. Request access: Email luis.r.lopez@outlook.com to request access to the current tool SOURCE REPO
  2. Familiarize yourself: Review the documentation and examples
  3. Join discussions: Participate in GitHub Discussions to share ideas
  4. Pick an issue: Find an open issue to work on or suggest a new one

Development Environment

The current VFC tool requires:

  • Windows operating system
  • Visual Studio (details on specific version to be provided)
  • C/C++ development knowledge
  • Understanding of the Windows API

Contribution Process

  1. Discussion: Start with a discussion or issue to outline your proposed contribution
  2. Development: Make your changes in a separate branch
  3. Testing: Ensure your changes work as expected
  4. Pull Request: Submit a pull request with a clear description of your changes
  5. Review: Wait for review and address any feedback

Communication

  • GitHub Discussions: For general questions and ideas
  • Issues: For specific bugs or feature requests
  • Email: For private communication about the project

Code Style

(Details on code style will be provided once the repository is public)

We look forward to your contributions!