Skip to content

oathar/hacktoberfest_2024_first.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing to hacktoberfest_2024_first.github.io

Thank you for thinking about contributing to this project! Here’s a simple guide to help you get started.

How to Contribute

  1. Fork the Repository
    Fork the project to your own GitHub account.

  2. Clone Your Fork
    Clone the forked repository to your local machine:

    git clone https://github.com/dipu-s-repo68/hacktoberfest_2024_first.github.io.git
  3. Create a Branch
    Always work on a new branch with a clear name. Example:

    git checkout -b feature/login-page
  4. Commit Your Changes
    Write clear and meaningful commit messages:

    git commit -m "Add login and registration page"
  5. Push to GitHub
    Push your changes to your forked repository:

    git push origin feature/login-page
  6. Submit a Pull Request
    Create a pull request (PR) from your branch to the main repository. Explain what changes you made.

Contribution Guidelines

1. Reporting Bugs or Issues

  • Check if the issue is already reported.
  • If not, create a new issue including:
    • A description of the bug and steps to reproduce.
    • Error messages or screenshots (if possible).

2. Creating New Features

  • Check if someone is already working on the feature.
  • Open a new issue with the title [Feature Request] Your feature name and explain what it does and why it’s needed.
  • Wait for the maintainer's approval before starting the work.

3. Working on Issues

  • Make sure the issue is assigned to you before starting.
  • Follow the branch naming convention, like feature/issue-number or bugfix/issue-number.
  • Ensure your code passes tests and follows the coding guidelines.

Issues for Hacktoberfest 2024

Beginner-Friendly Issues

  • Create a Login and Register page.
  • Create a 404 Not Found Error page.

Tips:

  • The login and registration pages should have form validation.
  • The 404 page should match the website’s style.

If you need help, feel free to ask in the discussions section!

Code of Conduct

Please follow the Code of Conduct to keep the environment friendly for all contributors.

Thank you for contributing to this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.8%
  • CSS 35.9%
  • JavaScript 11.3%