Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.08 KB

File metadata and controls

69 lines (52 loc) · 2.08 KB

Issues

Before submitting a bug report or feature request, please check to see if an issue for that has already been filed. If there is, please add any additional information you have to the existing issue.

If there isn't an issue for what you want to report, please open a new issue with as much detail as possible about the problem. This includes:

  • A clear and descriptive title
  • A description of the problem, including any error messages
  • Steps to reproduce the problem
  • The expected behavior
  • Screenshots or other relevant information

Raise an issue and build a component you want to build.

  • Navigate to the iBlog repository on GitHub.
  • Click on the "Issues" tab.
  • Click on the "New issue" button. New Issue Badge
  • Then create an issue using the New Component issue template.
  • Provide a descriptive title for the issue.

Project setup in local

Fork and clone the repository

git clone https://github.com/mrbhatt2348/iBlog

Change the directory

cd web-ui-kit

Once you are done with the changes, follow the steps to make the pull request.

Create and checkout to the new branch.

git checkout -b <branch_name>

Add the changes

git add .

Commit your change with a proper messagge

git commit -m "Enter your message here"

Make the Pull Request

git push origin <branch_name>

Pull Requests

We love pull requests! If you're submitting a pull request, please keep the following in mind:

  • Make sure your code adheres to our Code of Conduct and coding standards
  • Test your changes before submitting
  • Follow the same format as the existing code in the repository
  • Include a brief description of what your changes do
  • If your changes fix an issue, please include the issue number in the pull request description
  • Make sure your changes don't break the existing code

Having a problem?

If you are facing any issue, feel free to contact me on LinkedIn.


Thank you for your contributions!