UIElement Docs Version 0.8.5

๐Ÿค Contributing & Development

Contributions to UIElement are welcome! This page provides guidelines for setting up your development environment, contributing code, and reporting issues to ensure a smooth collaboration process.

1. Code of Conduct

Please read and follow our Code of Conduct to foster an inclusive and respectful community.

2. How to Contribute

3. Setting Up the Development Environment

  1. Clone the Repository: Clone the UIElement repository from GitHub:
    git clone https://github.com/efflore/ui-element.git
  2. Install Dependencies: Navigate to the project directory and install the necessary dependencies using npm:
    cd ui-element
    			  npm install
  3. Run the Development Server: Start the development server to work on the code and see live updates:
    npm start
    This will run the build process and serve the project locally.

4. Testing and Building

5. Commit Message Guidelines

Use conventional commit messages for consistency and clarity. Examples include:


			  feat: add new feature to the component
			  fix: resolve issue with context updates
			  docs: update documentation for new API
			  chore: update build process and tooling
Refer to the Conventional Commits specification for more details.

6. Project Structure

Familiarize yourself with the project's folder structure:

7. Resources

For more information and resources: