Thank you for your interest in contributing to our meetup repository! Your contributions help us build a valuable resource for the .NET community.
-
Fork the Repository: Click the "Fork" button in the top-right corner of the repository's page on GitHub to create your copy of the repository.
-
Clone Your Fork: Use Git to clone your fork of the repository to your local machine. Replace
[your-username]
with your GitHub username.git clone https://github.com/[your-username]/loudotnet.git
-
Create a Branch: Create a new branch to work on your changes. Give your branch a descriptive name that reflects the changes you're making.
git checkout -b feature/add-new-content
-
Make Changes: Add your presentation materials, demo code, or relevant content to the repository. Follow any existing conventions or guidelines for file organization and naming.
-
Commit Your Changes: Once you've made your changes, commit them to your branch with descriptive commit messages.
git commit -m "Add new presentation materials for [topic]"
-
Push Your Changes: Push your changes to your fork of the repository on GitHub.
git push origin feature/add-new-content
-
Submit a Pull Request: Go to the GitHub page for your fork of the repository and click the "New pull request" button. Fill out the pull request template with details about your changes and submit it for review.
Please note that we have a Code of Conduct to ensure a welcoming and inclusive environment for all contributors and participants. By contributing to this repository, you agree to abide by its terms.
If you have any questions or need assistance with contributing, feel free to reach out to us on GitHub Discussions or [email protected]. We're here to help!
Thank you for your contributions to the Louisville .NET Meetup repository!