-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbac629
commit e95bbd6
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# This Repository is participating in HacktoberFest 2023 :fire: :robot: | ||
|
||
|
||
![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/05_logo_set/hf10_horizontal_logos/cmyk/hf10_horz_fcl_cmyk.png?raw=true) | ||
|
||
|
||
## What is HacktoberFest? | ||
|
||
![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/04_icon_set/@1x/[email protected]?raw=true) | ||
|
||
|
||
[HacktoberFest](https://hacktoberfest.com/) is an annual celebration of open-source software in which individuals from all around the world come together to contribute to open-source projects. It's a fantastic opportunity to learn, collaborate, and support the community. | ||
|
||
## Before You Start | ||
|
||
Before you start contributing, please follow these guidelines: | ||
|
||
### Discuss Your Contribution | ||
|
||
- **Step 1** - Browse the [Issues section](https://github.com/andrewrgarcia/powerxrd/issues) of this repository to find tasks, bugs, or features you'd like to work on. | ||
- **Step 2** - If you find an issue that interests you, please comment on the issue to discuss your intention to work on it. This helps prevent duplicate efforts and ensures that your contribution aligns with the project's goals. | ||
|
||
## Participate as a Contributor | ||
|
||
If you're new to version control or unfamiliar with it, please refer to the [Git Cheat Sheet](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/03_git_cheat_sheet/hf10_git_cheat_sheet.pdf) as a reference to the following steps: | ||
|
||
### Step 1 - Fork this Repository | ||
|
||
To get started, fork this repository to your GitHub account. This will create a copy of the repository that you can work on. | ||
|
||
![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/04_icon_set/@1x/[email protected]?raw=true) | ||
|
||
### Step 2 - Clone the Repository | ||
|
||
Clone the forked repository to your local machine using Git. This will allow you to make changes and create pull requests. | ||
|
||
![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/04_icon_set/@1x/[email protected]?raw=true) | ||
|
||
|
||
### Step 3 - Create a Feature Branch | ||
|
||
Before making any changes, create a new branch for your contribution to avoid conflicts with the main branch. You can do this using the following Git command: | ||
|
||
```bash | ||
git checkout -b my-new-feature | ||
``` | ||
|
||
![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/04_icon_set/@1x/[email protected]?raw=true) | ||
|
||
### Step 4 - Contribute | ||
|
||
Now that you have your feature branch, you can start working on your contribution. Be sure to follow the discussion on the issue you're addressing and adhere to the project's coding conventions and guidelines. | ||
|
||
### Step 5 - Add your Changes | ||
|
||
Once you've made your changes, add them to your local repository. You can do this using Git commands or a Git client. | ||
|
||
### Step 6 - Create a Pull Request | ||
|
||
When you're ready to submit your contributions, create a Pull Request (PR). Be sure to include a descriptive title and a detailed description of your changes in the PR. Your contributions will be reviewed by the project maintainers. | ||
|
||
![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/04_icon_set/@1x/[email protected]?raw=true) | ||
|
||
|
||
# Happy HacktoberFest 2023! | ||
|
||
[![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/04_icon_set/@1x/[email protected]?raw=true)](https://github.com/andrewrgarcia) |