Merge pull request #300 from bhagwat-rahul/fix-contact-email

Remove dead contact us emails
This commit is contained in:
Matt Guthaus 2026-07-18 15:30:09 -04:00 committed by GitHub
commit 847d3b4db2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@ We are happy to accept contributions to OpenRAM and encourage this!
This document will let you know our preferred methodology for This document will let you know our preferred methodology for
including your contributions. including your contributions.
If you are unsure about a contribution, please email our development 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
list at openram-dev-group@ucsc.edu. We are happy to give insights into
the best way to implement a change to ensure your contribution will be the best way to implement a change to ensure your contribution will be
accepted and help other OpenRAM users. accepted and help other OpenRAM users.

View File

@ -133,7 +133,7 @@ def print_banner():
debug.print_raw("|=========" + " ".center(60) + "=========|") debug.print_raw("|=========" + " ".center(60) + "=========|")
user_info = "Usage help: openram-user-group@ucsc.edu" user_info = "Usage help: openram-user-group@ucsc.edu"
debug.print_raw("|=========" + user_info.center(60) + "=========|") debug.print_raw("|=========" + user_info.center(60) + "=========|")
dev_info = "Development help: openram-dev-group@ucsc.edu" dev_info = "Development help: https://github.com/VLSIDA/OpenRAM/issues"
debug.print_raw("|=========" + dev_info.center(60) + "=========|") debug.print_raw("|=========" + dev_info.center(60) + "=========|")
debug.print_raw("|=========" + "See LICENSE for license info".center(60) + "=========|") debug.print_raw("|=========" + "See LICENSE for license info".center(60) + "=========|")
debug.print_raw("|==============================================================================|") debug.print_raw("|==============================================================================|")