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
- Navigate to the iBlog repository on GitHub.
- Click on the "Issues" tab.
- Click on the "New issue" button.
- Then create an issue using the
New Componentissue template. - Provide a descriptive title for the issue.
git clone https://github.com/mrbhatt2348/iBlogcd web-ui-kit
Once you are done with the changes, follow the steps to make the pull request.
git checkout -b <branch_name>git add .
git commit -m "Enter your message here"
git push origin <branch_name>
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
If you are facing any issue, feel free to contact me on LinkedIn.