Skip to content

Commit 847d3b4

Browse files
authored
Merge pull request #300 from bhagwat-rahul/fix-contact-email
Remove dead contact us emails
2 parents c4e94f2 + 4c93ec5 commit 847d3b4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ We are happy to accept contributions to OpenRAM and encourage this!
22
This document will let you know our preferred methodology for
33
including your contributions.
44

5-
If you are unsure about a contribution, please email our development
6-
list at openram-dev-group@ucsc.edu. We are happy to give insights into
5+
If you are unsure about a contribution, please [post an issue on the GitHub](https://github.com/VLSIDA/OpenRAM/issues). We are happy to give insights into
76
the best way to implement a change to ensure your contribution will be
87
accepted and help other OpenRAM users.
98

compiler/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def print_banner():
133133
debug.print_raw("|=========" + " ".center(60) + "=========|")
134134
user_info = "Usage help: openram-user-group@ucsc.edu"
135135
debug.print_raw("|=========" + user_info.center(60) + "=========|")
136-
dev_info = "Development help: openram-dev-group@ucsc.edu"
136+
dev_info = "Development help: https://github.com/VLSIDA/OpenRAM/issues"
137137
debug.print_raw("|=========" + dev_info.center(60) + "=========|")
138138
debug.print_raw("|=========" + "See LICENSE for license info".center(60) + "=========|")
139139
debug.print_raw("|==============================================================================|")

0 commit comments

Comments
 (0)