Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.03 KB

File metadata and controls

48 lines (33 loc) · 1.03 KB

Dev Community — Skill Registry

This repository is a shared skill registry for members of our developer community.

Purpose

To give everyone visibility into what each member knows, what they are learning, and where collaboration opportunities exist.

Structure

The folder represents a language or skill area. Inside the folder are markdown file where members add their entry.

/members
  john.md
  doe.md
  ola.md
...

How To Contribute

  1. Fork this repository
  2. Clone your fork locally
  3. Open the folder.
  4. Add your entry to the markdown files using the format below
  5. Push your changes and open a pull request

Entry Format

# Your Name
**Role:** e.g. Frontend Developer

## Skills

### JavaScript
- **Level:** Intermediate
- **Details:** Brief description of what you do with this skill

### Python
- **Level:** Beginner
- **Details:** Brief description of what you do with this skill

Why This Matters

Before we collaborate on projects, we need to know who we are working with. This is step one.