Skip to content

mr-hespicable/Dev-Encyclopedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's live on Product Hunt!

Please upvote and give it a share, so the word will spread, helping hundreds of developers!

Dev Encyclopedia; - An Encyclopedia for Developers | Product Hunt

This project is currently under development and a lot of space for improvement is left. Help me build this project by contributing to this repository

Dev Encyclopedia;

This simple project simplifies technical terms, concepts, jargon, and whatnot.

Copy of Github Banner (1)

Contributing

Found some important information missing? Please open a Pull Request and help improve this project. We welcome contributions of all kinds, whether it's adding new content, fixing typos, or suggesting new features.

IMPORTANT: This project uses the main branch for both development and deployment. All changes are made directly in the main branch, so please ensure that your contributions are tested and ready to be deployed when you submit them.

Copy of assets (2)

How to Contribute

  1. Fork the Repository:

    • Start by forking this repository to your own GitHub account. This creates a copy of the repository under your GitHub account where you have full control.
  2. Clone the Repository:

    • Once you have forked the repository, clone your fork to your local machine to start working on the project.
    • Use the following command to clone the repository:
      git clone https://github.com/your-username/Dev-Encyclopedia.git
    • Replace your-username with your GitHub username.
  3. Create a New Branch (Optional but Recommended):

    • While it’s not required, we recommend creating a new branch for your changes to keep your main branch clean.
    • Use the following command:
      git checkout -b feature-branch
    • Replace feature-branch with a name that reflects the work you’re doing (e.g., add-content, fix-typo).
  4. Make Your Changes:

    • Make the necessary changes to the HTML files or any other content in the repository.
  5. Commit Your Changes:

    • After making your changes, commit them with a brief and descriptive message:
      git add .
      git commit -m "Brief description of the changes"
  6. Push to GitHub:

    • Push your changes to your forked repository:
      git push origin feature-branch
  7. Open a Pull Request:

    • Go to the original repository on GitHub and open a Pull Request (PR) from your branch.
    • Make sure to describe the changes you’ve made and why they’re beneficial to the project.
  8. Get Your PR Merged:

    • Once your PR is reviewed and approved, it will be merged into the main branch, which is automatically deployed.

Thank you for contributing to the Dev Encyclopedia!

Notable Contributors

This sections is coming soon...

Sponsoring

A few dollars toward hosting and domain costs would be appreciated! Also, a sponsor page would be dedicated to the website so it's a win-win.

Buy Me a Coffee at ko-fi.com

License: CC BY-NC-SA 4.0

This project, Dev Encyclopedia, is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You are free to share and adapt the content for non-commercial purposes, as long as you give appropriate credit and share any derivative works under the same license. For more details, see the full license.

About

An encyclopedia for everything, Programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • HTML 27.5%
  • CSS 2.0%