Skip to content

Instantly share code, notes, and snippets.

View CuriousLearner's full-sized avatar
❣️
I've gone to search myself, if I return before I get back, ask me to wait. 🐍 🐝

Sanyam Khurana CuriousLearner

❣️
I've gone to search myself, if I return before I get back, ask me to wait. 🐍 🐝
View GitHub Profile
@CuriousLearner
CuriousLearner / CONTRIBUTING.md
Created May 5, 2017 04:52
CONTRIBUTING guidelines for LinuxChix Projects

Guideline to contribute to the website

  • We accept PRs only on develop branch. No PRs shall be accepted on master branch.

  • We prefer small feature changes instead of bulk changes. That makes it easier for both the developer as well as reviewer. Smaller requests would have a faster turn-around time in the review-response cycle.

Workflow

Keybase proof

I hereby claim:

  • I am CuriousLearner on github.
  • I am curiouslearner (https://keybase.io/curiouslearner) on keybase.
  • I have a public key whose fingerprint is 6FAC F6BD 0443 B161 1C45 8462 828A 7A6A C418 1695

To claim this, I am signing this object:

@CuriousLearner
CuriousLearner / CSS-Styleguide.md
Last active April 6, 2016 16:56
CSS guidelines for mozpacers repositories

This page outlines the style guide for CSS stylesheets in all Mozpacers' projects.

CSSComb

In general, all Mozpacers' repositories has a .csscomb.json file with the configuration as follows:

{
    "remove-empty-rulesets": true,
 "always-semicolon": true,