move people.json changelog in it's own file

This commit is contained in:
Frédéric Harper
2022-04-30 16:22:37 -04:00
parent 4cd570fd02
commit d804d04901
2 changed files with 28 additions and 27 deletions

28
CHANGELOG.md Normal file
View File

@@ -0,0 +1,28 @@
# People JSON Format Changelog
This changelog is only for `people.json`, not the entire repository with the Node.js application or the GitHub Actions.
Note that the properties in bold are required.
## 2022-04-28
- add `website` (String): the full URL of your website or portfolio
## 2022-04-22
- add **`languages`** (Array of String): the languages you can use for your coffee chat
## 2022-04-21
Initial JSON including:
- **`name`** (String): your full name
- `title` (String): your job title
- `company` (String): the name of the company that you work for. Freelancers can just write `freelance`
- `city` (String): the city where you live
- `country` (String): the country where you live
- **`linkedin`** (String): the full URL to your LinkedIn profile
- `twitter` (String): the full URL to your Twitter account
- **`scheduling`** (String): the full URL to your scheduling platform or a `mailto:your@email.com` link
- **`online-only`** (Boolean): `true` if you are open to meet people in your area in-person
- **`topics`** (Array of String): all the topics, tech or not, that you would be comfortable to discuss about or even giving tips and sharing your expertise

View File

@@ -18,33 +18,6 @@ If you have no idea how all this works, you can simply send me your information
Simply create a pull request by removing your people definition from [people.json](people.json). As for adding yourself to the list if you are not a technical person, just send me an [email](mailto:hi@fred.dev) and I'll do it for you.
## People JSON Format Changelog
### 2022-04-28
- add `website` (String): the full URL of your website or portfolio
### 2022-04-22
- add **`languages`** (Array of String): the languages you can use for your coffee chat
### 2022-04-21
Initial JSON including:
- **`name`** (String): your full name
- `title` (String): your job title
- `company` (String): the name of the company that you work for. Freelancers can just write `freelance`
- `city` (String): the city where you live
- `country` (String): the country where you live
- **`linkedin`** (String): the full URL to your LinkedIn profile
- `twitter` (String): the full URL to your Twitter account
- **`scheduling`** (String): the full URL to your scheduling platform or a `mailto:your@email.com` link
- **`online-only`** (Boolean): `true` if you are open to meet people in your area in-person
- **`topics`** (Array of String): all the topics, tech or not, that you would be comfortable to discuss about or even giving tips and sharing your expertise
_The properties in bold are required_.
## Future plans
I put this up quickly, and don't have more time this week to finalize what I had in mind, so here's some things left to do.