EddieHubCommunity / support

Community Help & Support and AEA (Ask Everyone Anything)
https://eddiehubcommunity.github.io/support/
MIT License
343 stars 159 forks source link

link isn't working in the Readme #2042

Closed rakesh0x7 closed 3 years ago

rakesh0x7 commented 3 years ago

Description of the bug

I just found a broken link in Readme opensource tips from Eddiebothttps://github.com/EddieJaoudeCommunity/EddieBot/tree/develop/tips

Project stack or language (e.g. front-end)

Markdown

Working Environment (e.g. operating system, browser, device)

Brave

Please add screenshots (if applicable)

No response

Add any other context about the problem here

No response

github-actions[bot] commented 3 years ago

It's great having you contribute to this project

Welcome to the community :nerd_face:

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord Server and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

rakesh0x7 commented 3 years ago

Anyone can you pls add good first issue label so that first timers can contribute / someone who just getting started with open source contributions

jayesh-srivastava commented 3 years ago

We need to find the working link. Probably the old link is referring to something which has modified or deleted.

schmelto commented 3 years ago

Think this one should be OK https://github.com/EddieHubCommunity/support/tree/main/tips

jayesh-srivastava commented 3 years ago

Yes, it was this link. I have updated and made the PR. Please review.

Think this one should be OK https://github.com/EddieHubCommunity/support/tree/main/tips

rakesh0x7 commented 3 years ago

Think this one should be OK https://github.com/EddieHubCommunity/support/tree/main/tips

@schmelto I have gone through the old commits of eddiebot repo and I have found this commit which contains some of the files in old tips folder https://github.com/EddieHubCommunity/EddieBot/commit/bec7345e0b53f7781a21414e0a5e86f45df47060#diff-e91f3691c856cd40014d40daf4d46373660924454862511920b253066d07fff6

Idk where the files have gone and can we link the the files in support ?

image

schmelto commented 3 years ago

tips/githubTips.md

**GitHub Tips**

**Procedural steps to make contributions**
- Fork project (done via website)
- Clone your fork (to your system)
- Run: ``` git status ```
- Create a branch to work from: ``` git checkout -b <branch-name> ```
- Check status ``` git status ```
- Make your code/changes/etc
- Run: ``` git add <file-name> <file-name> ```
- Commit your changes: ``` git commit -m "appropriate note" ```
- Push your changes: ``` git push ```
- Request a PR on github (website), after you have done changes.

**Learning more**

- Use GitHub's learning tool https://lab.github.com
- Short helpful reads https://guides.github.com
- Thanks to the opensourceTips page, we discovered this https://learngitbranching.js.org

**Extra**

- Use ssh where possible https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh

tips/openSourceResources.md

## Here are some open source resources for fast improvement

    - Take a look at [firsttimersonly](https://www.firsttimersonly.com/). Some projects have a label for "first timers only", so look for that if you haven't contributed to the project before (e.g. [Spring Boot's repo](https://github.com/spring-projects/spring-boot/issues?q=label%3A%22status%3A+first-timers-only%22+is%3Aclosed))
    - [An (even more) practical guide to open source contribution](https://medium.com/@mbbroberg/an-even-more-practical-guide-to-open-source-contribution-dbdaa6ff1994)
    - [Awesome README](https://github.com/matiassingers/awesome-readme)
    - [Complete Guide to Open Source - How to Contribute](https://www.youtube.com/watch?v=yzeVMecydCE&ab_channel=freeCodeCamp.org)
    - [How to contribute to open source by FreeCodeCamp](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)
    - [Open Source Guide](https://opensource.guide/)
    - [Hacktoberfest resources](https://hacktoberfest.digitalocean.com/details#beginners)

tips/openSourceTips.md

- Read projects' contribution guidelines (usually on the CONTRIBUTING.md file at the root or inside the folder \`.github\`).
- Contribute small and often.
- Fixing typos and adding documentation is valuable! Don't feel the need to make a PR with just code 🙂.
- Sharing your experience with the project, is as much a contribution as a code contribution! For example, write a blog post about how you use a certain library and what problem it solves for you.
- If you are a maintainer of a big project, using Saved Replies can be very helpful when you find yourself repeating the same thing over and over 😅. Take a look at [GitHub's blog post](https://github.blog/2016-03-29-saved-replies/).`