You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
Here are a list of Slack channels / [[Matrix]] chat rooms that we use.
4
+
5
+
Most channels are invite only, so if you're not a member, someone needs to add
6
+
you.
7
+
8
+
See also: [[Communication-Conventions]]
9
+
10
+
## [[Matrix]]
11
+
12
+
_Adrestia Space_ - this has its own room listing which you can explore once
13
+
you've been invited.
14
+
15
+
-[\#team](https://element.adrestia.iohkdev.io/#/room/#team:adrestia.iohkdev.io) - The full Adrestia team.
16
+
-[\#matrix-testing](https://element.adrestia.iohkdev.io/#/room/#matrix-testing:adrestia.iohkdev.io) - A room for trying out features of Matrix chat rooms and client, etc.
17
+
-[\#dev](https://element.adrestia.iohkdev.io/#/room/#dev:adrestia.iohkdev.io) - Development discussions.
18
+
19
+
## [Slack](https://input-output-rnd.slack.com])
20
+
21
+
### Adrestia
22
+
23
+
-`#adrestia-dev` - main channel for people across the company to ask questions of our team and discuss all things Adrestia.
24
+
-`#adrestia-secret-fort` - decommissioned and replaced with Matrix.
25
+
-`#adrestia-polyglot`
26
+
-`#adrestia-daily`
27
+
-`#adrestia-releases`
28
+
-`#adrestia-leads`
29
+
-`#cardano-launcher-dev`
30
+
-`#daedalus-adrestia-node`
31
+
-`#lightwallet`
32
+
-`#recruiting_adrestia`
33
+
34
+
### Cardano
35
+
36
+
-`cardano-dev`
37
+
-`cardano-db-sync-dev`
38
+
-`cardano-explorer-app-dev`
39
+
-`#consensus`
40
+
-`#ledger`
41
+
-`#network`
42
+
-`#node`
43
+
-`#node-api-and-cli`
44
+
-`#node-logging`
45
+
-`#plutus`
46
+
-`#team-cardanodocs`
47
+
48
+
### Daedalus
49
+
50
+
-`#daedalus` - main channel to discuss all things Daedalus.
51
+
52
+
### Channels for getting help
53
+
54
+
-`#crossteam-ci`
55
+
-`#ops`
56
+
-`#haskell`
57
+
-`#emacs-best-practices`
58
+
-`#nix-best-practices`
59
+
60
+
### Large channels
61
+
62
+
-`#engineering` - large channel for all engineering staff.
63
+
-`#public`
64
+
-`#public-random`
65
+
-`#announcements`
66
+
-`#comms`
67
+
-`#security-public`
68
+
69
+
### Special topics
70
+
71
+
-`#aus`
72
+
-`#keyboards`
73
+
-`#fitness`
74
+
75
+
### Admin-type things
76
+
77
+
-`#concur`
78
+
-`#udemy`
79
+
80
+
81
+
## TODO
82
+
83
+
-[ ] Add a key and tag each channel with categories
Copy file name to clipboardExpand all lines: docs/process/QA-Approach.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Ok, we dealt with the process focusing especially on its QA elements. Here I'd l
109
109
110
110
### Types and levels of tests
111
111
112
-
Obviously we value automated tests over manual. Actually, when it comes to `cardano-wallet` we only have 6 manual scenarios that are executed as part of every [release checklist](https://github.com/input-output-hk/cardano-wallet/wiki/Release-Checklist).
112
+
Obviously we value automated tests over manual. Actually, when it comes to `cardano-wallet` we only have 6 manual scenarios that are executed as part of every [[Release-Checklist]].
113
113
114
114
All automated tests are executed in CI environment in the following circumstances:
115
115
- on every PR merge (most of the functional suite)
Copy file name to clipboardExpand all lines: docs/resources/Onboarding.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,15 @@ This is the process for starting new developers on the project.
7
7
- Team member is added to the [Input Output](https://github.com/orgs/input-output-hk/people) organization on GitHub (you need to open an [IT Change Request](https://input-output.atlassian.net/servicedesk/customer/portal/2/group/6) for this).
8
8
- Team member is added to the [Adrestia](https://github.com/orgs/input-output-hk/teams/adrestia) group on GitHub (you need Maintainer permissions on the team to do this).
9
9
- Team member is added to the _Adrestia_ space on [Matrix](https://element.adrestia.iohkdev.io) and [#dev](https://element.adrestia.iohkdev.io/#/room/#dev:adrestia.iohkdev.io) channel.
10
-
- Team member is added to Slack channels
11
-
-`#adrestia-dev`
12
-
-`#adrestia-releases`
13
-
- (more TBA)
10
+
- Team member is added to important [[Chat-Rooms]].
14
11
- Team member is added to [[Passwords|LastPass shared folder]].
15
12
- Team member is invited to weekly planning meeting and daily Hello call.
16
13
17
14
## Checklist - new team member
18
15
19
16
- Provide GitHub user name to team lead.
20
17
- Provide PGP key ID to team, and ensure that your public key is published on multiple keyservers.
21
-
- Ensure that you have a LastPass account associated with your `@iohk.io` e-mail address.
18
+
- Ensure that you have a [[Passwords|LastPass]] account associated with your `@iohk.io` e-mail address.
22
19
- Follow the [[Jira#orientation-checklist|Jira Orientation Checklist]]
23
20
- Skim the [ramp-up docs](#ramp-up-docs).
24
21
- Ensure that you are able to edit Wikis. If you discover
@@ -28,15 +25,15 @@ This is the process for starting new developers on the project.
We strive to follow these shared standards for all newly-written code.
39
36
-[[Code-Review-Guidelines]]
40
37
We're always trying to improve our code review process. This document contains a few of the principles we've collected along the way. It's not complete, and we hope you can help to make it even better!
41
-
-[[index|Adrestia Project Page]]
38
+
-[[index]]
42
39
General documentation about the Adrestia umbrella project, and what it is.
0 commit comments