Giter Site home page Giter Site logo

syknapse / contribute-to-this-project Goto Github PK

View Code? Open in Web Editor NEW
2.1K 2.1K 2.9K 27.1 MB

This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.

Home Page: https://syknapse.github.io/Contribute-To-This-Project/

License: MIT License

HTML 89.88% JavaScript 6.51% CSS 3.61%
beginners community contributions contributions-welcome github github-desktop good-first-issue help-wanted html javascript open-source tutorial

contribute-to-this-project's People

Contributors

adityasharma911 avatar alsonick avatar amazening avatar ana-vela avatar ascodeasice avatar candiddeer avatar cgncvk avatar confused-techie avatar dilshankarunarathne avatar dmytrovoytko avatar f3ve avatar guspan-tanadi avatar iatharva avatar ibrahimdevop21 avatar kohwdev avatar lax0248917 avatar malakada avatar micahweston avatar moonbe77 avatar mosaab-emam avatar mundume avatar prajwalprakash3722 avatar preet-sojitra avatar sanilborkar avatar syknapse avatar tentraicion avatar thearavinthm avatar uaparicio avatar vesnabozic avatar win21h2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

contribute-to-this-project's Issues

Improve hindi readme

Issue

  • improve HINDI.md
    • links are not working and images are not showing

Steps

  • fork the repository and clone it(if working locally)
  • find the file hereย 
  • make changes in you own branch and open a pull request
  • code will be reviewed and merged after resolving conflicts, if any.

terminal_tutorial.md is very similar to README, but outdated

Hi!
As I recently translated README to Ukrainian, I also plan to translate terminal_tutorial.
And I see that it's based on older version of README.

For example, the order of sections like introduction and steps.
it's different even in small details:

Step 1: Fork this repository

vs

Step 1 Fork this repository

I think it should be updated before I proceed with translation.
I could do this update. Any plans to change the content there?

Want to improve the UI.

The herosection ui can be little bit better and further i want to add some good fonts. Please assign this issue to me.

Translation of Terminal_Tutorial

Ola Amigo,
Contribute To This Project by Syk Houdeib is a beginner friendly project that helps newcomers to make their first contribution on Github. It also teach beginners how to Git. We have than 1.5k contributors from all over the world and it's growing day by day. So we need your help to make it available in every possible language, so that people from all over the world can contribute in this project more easily and smoothly.

Note: No HTML tag and other than github stated markdown tag is allowed.

Resources:

  1. Existing Translations
  2. Main Terminal Tutorial
  3. Translation Guide

Translations:

Note:

  • While submitting a PR related to Terminal Tutorial translations, mention this issue.
  • Wait patiently after PR submission
  • Check properly before submitting a PR
  • Mention any maintainer for further query
  • Join our Discord Server: https://discord.gg/tWkvS4ueVF to communicate with other members with ease.
  • Translations in any new language are welcome. Kindly refer to our Translation Guide.

Active Maintainers:

Review and Fix Markdown on Project Documentations

It's a long time since we've been maintaining this project and thousands were being helped by this till now. It's now time to focus and upgrade/fix some facilities like project documentation (readme, translation, guides etc) to fix or add/remove some features. I'm starting with the documentation. Github has its own markdown to write such docs but unfortunately we used to many other syntax (html tags, js, external bbcode that aren't supported), so we need to replace them with pure GitHub Markdown. Here is the List for this issue:

  • Fix Markdown in main README.md
  • Fix Markdown on Language Readme
  • Fix Markdown on Guides
  • minor/major enhancements of Markdown
  • recheck and finishing up
  • merge & deploy

anyone willing to help is welcome to work on rebase-readme branch of this project. So make sure you choose rebase-readme branch while opening a PR regarding this or pushing updates. The Community Discussion is open and you can also join our Discord Server so we can discuss there too.

  • A PR regarding this issue is already open: #2489

-Regards
TenTraicion

Translation for Maintainer Guide

Ola Amigo,
Contribute To This Project by Syk Houdeib is a beginner friendly project that helps newcomers to make their first contribution on Github. It also teach beginners how to Git. We have than 1.5k contributors from all over the world and it's growing day by day. So we need your help to make it available in every possible language, so that people from all over the world can contribute in this project more easily and smoothly. We also need to update existing Translations according to our main English Doc.

Note: No HTML tag and other than github stated markdown tag is allowed.

Resources:

  1. Existing Translations
  2. Main Maintainer Guide
  3. Translation Guide

Translations:

Note:

  • While submitting a PR related to Maintainer Guide translations, mention this issue.
  • Wait patiently after PR submission
  • Check properly before submitting a PR
  • Mention any maintainer for further query
  • Join our Discord Server: https://discord.gg/tWkvS4ueVF to communicate with other members with ease.
  • Translations in any new language are welcome. Kindly refer to our Translation Guide.

Active Maintainers:

Remove JQuery from the project

Several features in script.js have been created with JQuery. We can migrate those to vanilla JS to make the script all coherent and this will allow us to remove the JQuery CDN from the project. Jquery has been there for us for a long time but it is time to retire it if it is not needed, and it's possible that we can replace the features with pure JS without much trouble.

Typo change

There is a small typo in terminal-tutorial.md under step 7. It will be "changes" instead of "chamges".

Change Font Awesome `fa` icon prefix to `fab`

Many of the Twitter (and other social networks) icons on the page are broken and not showing correctly.
It seems the recent upgrade to the new Font Awesome library has broken many of those because of change in the prefix used for the icons from fa icon prefix to fab. For example fa fa-twitter becomes fab fa-twitter. This needs to be investigated and if it is the case change all the wrong prefixes for the correct one including in the template.

img error

Images are broken(if thats the term for it) and are not loading

Contributer card below template in index.html

Not sure you feel this needs fixing, it appears a contributor's card has been added below the template in index.html:

issue

I had an idea, could move the template to a seperate html file. This would tidy up the webpage a bit as you wouldn't have a card with dummy info on display at the bottom, just cards added by contributors.

Let me know what you think. I'm totally new to github and would love something else to do!

Review and Fix Markdown on README.md

Increasingt the font size will enhance the readability of the readme
:
Currently it looks like this and its hard to distinguish
rerad

If this issue is valid , Please assign me this issue!

Continuous Integration/prettier Issue

When PRs are made with CI. If the PR is not made from the forked master branch CI will not be able to find file, and not pass.

Suggested fix for issue:

  • Possible change in instructions for submitting pull request.
  • Is there anything we can do to change settings for CI to make sure it can find branches of forks?
    CI issue
    #987
    CI issue passed
    #988

Maintainer

hello can you please add me as a maintainer?

Documentation Update

This issue is used to suggest updates or improvements to the project's documentation. Clear and well-maintained documentation is essential for the project's users and contributors to understand how it works, how to use it, and how to contribute effectively.

Updation of page

Upon searching a card by name, the card appears with first letter of the card(name of card maker) in lowercase. Reverts to correct case after refreshing the page.

Dark mode

Hello! I'd like to implement a dark mode for this project.

Please add me as a maintainer

Hi maintainer team,
please add me as one of your kind to this repo and I will make sure we handle those open pull requests in no time. ๐Ÿ˜…๐Ÿ‘๐Ÿป
Syk has already approved of me becoming a maintainer for this project.
Much appreciated! ๐Ÿ’ฏ
BR Lisa

UI Improvement

UI design can be improved also the color palettes used in dark mode lacks some contrast.
If you want I can work on improving the UI design :)

Possible Bug in my Card

Although the card HTML code itself has passed the checks, there are scraps of code that I have not put in that fails the check. I checked all HTML files, but the code doesn't pop up, and I can't debug. Is there any other way to fix this issue?

My card not showing up.

Hi!

I recently added my card and my PR was approved. I checked the website, and I don't see my card...? I'm an absolute newbie to this GitHub contributing/etc stuff so I dunno what I did wrong. Help much appreciated.

PR not working

I have committed and pushed my card and updated to my add-wboswall-card but it went through, but I can't seem to find the change it didn't register in my fork. Any help would be appreciated. Thanks.

Translations for main README

Hello Contributors,
Our project README has recently been updated, and the Existing Translations(mentioned below) in our project are mostly out of date. So we need help to make them updated.

Note: No HTML tag and other than github stated markdown tag is allowed.
Resources:

  1. Existing Translations
  2. Main README
  3. Translation Guide

TASK:

Note:

  • While submitting a PR related to README translations, mention this issue.
  • Wait patiently after PR submission
  • Check properly before submitting a PR
  • Mention any maintainer for further query
  • Join our Discord Server: https://discord.gg/tWkvS4ueVF to communicate with other members with ease.
  • Translations in any new language are welcome. Kindly refer to our Translation Guide.

Active Maintainers:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.