Welcome to DevNation CMS! We're excited that you're interested in contributing to our project. This guide will walk you through the process of contributing to our repository.
Before you start contributing, please star our repository to show your support!
-
Navigate to the DevNation CMS repository.
-
Click on the "Fork" button in the top-right corner of the page.
-
Give your forked repository a name and description (optional).
-
Click on "Create fork".
- Go to your forked repository on GitHub.
- Click on the "Code" button and copy the HTTPS URL.
- Open your terminal and run:
git clone https://github.com/your-username/DevNation-CMS.git
- Change to the repository directory on your computer:
cd DevNation-CMS - Create a new branch using:
git checkout -b your-branch-name
- Open the project in your preferred code editor.
- Make the necessary changes or additions to the codebase.
- Stage your changes:
git add . - Commit your changes:
git commit -m "Brief description of your changes"
Push your changes to your forked repository:
git push origin your-branch-name-
Go to your forked repository on GitHub.
-
Click on "Compare & pull request".
-
Important: Ensure that your pull request does not contain spam.
-
Add a title and description for your pull request.
-
Label the issue tags for all pull requests.
-
If no relevant issues exist, create a new issue related to your pull request.
-
Click on "Create pull request".
Wait for the maintainers to review your pull request. They may ask for changes or merge it directly.
If you find a bug or have a suggestion for improvement:
-
Go to the "Issues" tab in the repository.
-
Click on "New issue".
-
Add a descriptive title and detailed description of the issue.
-
Click on "Submit new issue".
- Navigate to the appropriate directory in the repository.
- Click on "Add file" > "Create new file" or "Upload files".
- If creating a new file, name your file and add its content.
- If uploading, drag and drop or select files from your computer.
- Add a commit message describing your changes.
- Click on "Commit new file" or "Commit changes".
To run the Laravel server on your laptop, please check the appropriate README.md for instructions on running.Setup.md Prerequisites, and troubleshooting errors.
Thank you for contributing to DevNation CMS! Your efforts help make our project better for everyone.






