Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.14 KB

Contribution.md

File metadata and controls

48 lines (29 loc) · 2.14 KB

Contribution Guidelines

Thank you for considering contributing to the Amazing HTML Form Templates repository. Your contribution will help make this collection of HTML form templates even more valuable for developers around the world.

How to Contribute

To contribute to this repository, please follow these steps:

1. Fork the Repository

Click the "Fork" button at the top right corner of the repository to create a copy of the project in your GitHub account. You will be making your contributions in this forked repository.

2. Clone the Forked Repository

Clone your forked repository to your local machine using the following command (replace <your-username> with your GitHub username):

git clone https://github.com/<your-username>/Amazing-HTML-Form-Templates.git

3. Create a Folder for Your Form

Create a new folder with a unique and descriptive name that matches your form's design or purpose.

4. Maintain Folder Structure

  • Create a folder with a unique name, which should match your form's design name.
  • Inside your form folder, maintain a specific folder structure as shown below:

Untitled

  • Once These are done add a screenshot of how your form looks like a README.md inside your folder.

5. Create a Pull Request (PR)

  • Commit your changes, and then push them to your forked repository.
  • Go to the original repository at https://github.com/abirbhattacharya82/Amazing-HTML-Form-Templates.
  • Click on the "New Pull Request" button.
  • Set the base repository to abirbhattacharya82/Amazing-HTML-Form-Templates and the base branch to main.
  • Set the head repository to /Amazing-HTML-Form-Templates and the compare branch to main.
  • Write a clear and informative title and description for your pull request.
  • Click "Create Pull Request" to submit your contribution.

Code of Conduct

Please note that we have a Code of Conduct in place. We expect all contributors to follow it in all interactions within this repository.

Thank you for contributing to the Amazing HTML Form Templates project!