mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-05 01:01:33 +02:00
remove dead email links
This commit is contained in:
+1
-2
@@ -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
|
||||
including your contributions.
|
||||
|
||||
If you are unsure about a contribution, please email our development
|
||||
list at openram-dev-group@ucsc.edu. We are happy to give insights into
|
||||
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
|
||||
the best way to implement a change to ensure your contribution will be
|
||||
accepted and help other OpenRAM users.
|
||||
|
||||
|
||||
+1
-1
@@ -133,7 +133,7 @@ def print_banner():
|
||||
debug.print_raw("|=========" + " ".center(60) + "=========|")
|
||||
user_info = "Usage help: [email protected]"
|
||||
debug.print_raw("|=========" + user_info.center(60) + "=========|")
|
||||
dev_info = "Development help: [email protected]"
|
||||
dev_info = "Development help: https://github.com/VLSIDA/OpenRAM/issues"
|
||||
debug.print_raw("|=========" + dev_info.center(60) + "=========|")
|
||||
debug.print_raw("|=========" + "See LICENSE for license info".center(60) + "=========|")
|
||||
debug.print_raw("|==============================================================================|")
|
||||
|
||||
Reference in New Issue
Block a user