Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.88 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.88 KB

Contribution Guidelines

First of all, thank you for your contribution. Please ensure all contributions adhere to the overall goal of the Application Design Document. No matter if it is a few lines of code or a one line code or whole together a junk of code, everything counts. Keep it cool in your own way 😉

Here's how you can contribute:

  1. Write your code in any of these online editors of your choice. https://github.com/D7460N/D7460N.dev/blob/main/snippets.md

  2. Once you are done, create a folder and name it following kebab-case format and add your html and css files and in snippets.md file provide name, description and link to your live code editor in snippets.md file and that's it 😎. For example, you can look into this template for your reference.

Create Pull Request

In order to create a Pull request

  • Fork this repository.
  • Create your snippets in any one of those online editors.
  • Once you are done with the code
    • Create a folder and name it (follow kebab-case format) and add your html and css files.
    • Go to snippets.md file. Add a nice name, precise description of what your code does and attach link to your code following this markdown format.
  • Commit your changes.
  • Push to remote repository and then create a Pull request.
  • Give your Pull request a brief name that describes your snippet.
  • After reviewing your code, the PRs will be merged and you can see your changes live 🚀

Barrowed from: https://github.com/chilupa/css-snippets