DEV Community

Discussion on: How to get rid of Overwhelming

Collapse
 
ender_minyard profile image
ender minyard

In my project, one of the issues is just updating the README! Not all contributions are technical contributions.

If you bookmark this for later you can make a pull request during October without having to know NodeJS or databases :-)

GitHub logo genderev / code-sharer

Github Gists, but with color.

code sharer

Share colorful snippets of your code.

contributers

Code Sharer

Code Sharer is a website that allows programmers to share colorful snippets of code. It's basically Github Gists, but with color.

Using Code Sharer

To use Code Sharer, follow these steps:

  • Visit the site.
  • Type your code snippet into the given text box.
  • When you're done, click the share button and the share link will be copied to your clipboard!

Contributing to Code Sharer for Hacktoberfest

Look at the open issues! There are issues tagged with "hacktoberfest" that make it easy for you to get started contributing.

Alternatively, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b .
  3. Make your changes and commit them: git commit -m ''
  4. Push to the original branch: git push origin /
  5. Create the pull request.

Code Sharer abides by Contributer Covenant's Code Of Conduct.

License

This project uses the MIT

Collapse
 
adityanikhil profile image
Info Comment hidden by post author - thread only visible in this permalink
Aditya Nikhil

Thank you so much!!!

Some comments have been hidden by the post's author - find out more