Skip to content

Commit

Permalink
docs: added naming scheme section
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcburnie committed Nov 22, 2023
1 parent 6fa72d4 commit 78b2076
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This page contains instructions and guidelines for anybody contributing code to
- [Package Dependencies](#package-dependencies)
- [Commit Message Format](#commit-message-format)
- [Pull Requests](#pull-requests)
- [Naming Scheme](#naming-scheme)
- [Style Guide](#style-guide)
- [LESS API (deprecated)](#less-api)
- [Custom Property API](#custom-property-api)
Expand Down Expand Up @@ -195,6 +196,10 @@ Guidance for pull requests:
- If you spot some other unrelated bug or code smell, please create a GitHub issue for it.
- After the pull request has been merged, your issue branch should be immediately deleted (by yourself or admin)

## Naming Scheme

eBay Skin is an implementation of the [eBay MIND Patterns](https://ebay.gitbook.io/mindpatterns). The MIND patterns [naming scheme](https://ebay.gitbook.io/mindpatterns/appendix/pattern-naming-scheme) follows an accessibility-first mindset; thus aligning our developer speak as closely as possible with existing W3C web standards & conventions.

## Style Guide

When contributing to Skin, please bear the following guidelines in mind:
Expand Down

0 comments on commit 78b2076

Please sign in to comment.