Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more details about contributing #371

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
working-directory: ./src
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Thank you for your interest in contributing to TagzApp! We welcome contributions

To get started, follow these steps:

1. Create an issue to explain the contribution you want to make.
1. Fork the repository.
1. Clone the forked repository to your local machine.
1. Create an issue to explain the contribution you want to make or choose an existing issue you would like to help with.
1. Fork the repository to your own GitHub account
1. Clone the forked repository to your local machine or use a GitHub codespace
1. Create a new branch for your changes.
1. Make your changes and commit them.
1. Push your changes to your forked repository.
1. Make your changes and commit them locally.
1. Push your changes to your forked repository on GitHub (ex: csharpfritz/TagzApp).
1. Open a pull request to the main repository.

## Code Style
Expand All @@ -32,4 +32,4 @@ If you find a bug, please open an issue on the repository and include as much de

## Contact

If you have any questions or concerns, please contact us at TBD.
If you have any questions or concerns, please contact Fritz at [jeff@jeffreyfritz.com](mailto:jeff@jeffreyfritz.com)
Loading