Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "πŸ—„οΈ aspect:data" label #3589

Merged
merged 4 commits into from
Dec 27, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions automations/data/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ groups:
- name: code
description: Concerns the software code in the repository
emoji: "πŸ’»"
- name: data
description: Concerns the data in our catalog and/or databases
emoji: "πŸ“š"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very much bikeshedding but a stack of books reminds me of docs more than data. I was leaning more towards these options:

  • πŸ’Ύ πŸ’Ώ (digital data storage)
  • πŸ—ƒοΈ πŸ—„οΈ (physical data storage)
  • πŸ“ˆ πŸ“Š (data output)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @dhruvkb😊. This is funny, at the first step, i was thinking using this => πŸ“Š, and then realized @AetherUnbound suggests the one I added. Hopefully, it functions as it is expected thanks to @obulat.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very much bikeshedding but a stack of books reminds me of docs more than data. I was leaning more towards these options:

  • πŸ’Ύ πŸ’Ώ (digital data storage)
  • πŸ—ƒοΈ πŸ—„οΈ (physical data storage)
  • πŸ“ˆ πŸ“Š (data output)

Are you suggesting we should use 2 icons for data, @dhruvkb? Which, if you had to choose?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am ambivalent! Though I do like the cabinets personally πŸ˜† I mostly chose the books because of our "catalog" 😁

Copy link
Member

@dhruvkb dhruvkb Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was giving ~6 choices without any preference for any of them, although it definitely should be just one. If I had to choose, I'd probably go for the cabinets πŸ—„οΈ too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Emoji updated to cabinets πŸ—„οΈ.

obulat marked this conversation as resolved.
Show resolved Hide resolved
- name: interface
description: Concerns end-users' experience with the software
emoji: "πŸ•Ή"
Expand Down
Loading