-
Notifications
You must be signed in to change notification settings - Fork 101
add e-mail addresses for the teams #189
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
Conversation
10 people have approved this proposal so I'm going to mark it as "accepted". Before we land this PR we need to implement the e-mail aliases but I believe that's blocked on updating the DNS infrastructure (#156) so I'm going to mark this as blocked for now. cc @nastevens |
Initial changes are up for DNS infrastructure (#156) so we can start thinking about this again. I have not personally set up mailing list infrastructure before - is there anyone with experience in this that can work with me? |
@ryankurte mentioned in #153 that they have experience setting up mail aliases using mailgun. |
Yep! The mailgun add-domain stuff should get you most of the way there, then I just add routes for each address. Can check your work here or via email if you would like, and let me know if you need any more help? |
@ryankurte - If you're able to take a look at #156 that gets the base DNS terraform config set up. From there it should be straightforward to add the |
@rust-embedded/infrastructure now that the DNS stuff has been sorted out, any chance you could look into setting up the e-mail aliases? |
41d8bbe
The infra team is currently setting up the team e-mails! I have updated this PR to list only the team e-mails that are in place. That way we can land this PR now and then add the other e-mails in follow-up PRs. r? anyone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bors r+ |
189: add e-mail addresses for the teams r=korken89 a=japaric This a proposal to give each team an e-mail address. As discussed in the last meeting we'll be using the `[email protected]` format for the e-mail addresses. This proposal (PR) needs at least 10 votes (approvals) from @rust-embedded/all to be accepted. After the proposal has been accepted we'll proceed to implement it. @rust-embedded/all please vote on this proposal using [pull request reviews]. Or if you have a concern leave a comment. [pull request reviews]: https://help.github.com/articles/about-pull-request-reviews/ Co-authored-by: Jorge Aparicio <[email protected]>
Build succeeded |
This a proposal to give each team an e-mail address. As discussed in the last
meeting we'll be using the
[email protected]
format for thee-mail addresses.
This proposal (PR) needs at least 10 votes (approvals) from @rust-embedded/all
to be accepted. After the proposal has been accepted we'll proceed to implement
it.
@rust-embedded/all please vote on this proposal using pull request reviews.
Or if you have a concern leave a comment.