]> granicus.if.org Git - libatomic_ops/commitdiff
Update README about bugs reporting and new releases notification
authorIvan Maidanski <ivmai@mail.ru>
Fri, 2 Jun 2017 04:44:15 +0000 (07:44 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 2 Jun 2017 04:44:15 +0000 (07:44 +0300)
* README.md (Download): Move (and update) information about bug reporting
to another section.
* README.md (Feedback, Contribution, Questions and Notifications): New
section.
* configure.ac (AC_INIT): Change URI for reporting bugs.

README.md
configure.ac

index 8d066c389018431eba99ea6f5473d2de6698ce1a..de469d28b96de244d2c0e817aefa0620b1dc2576 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,8 +39,6 @@ allow you to write code:
 For details and licensing restrictions see the files in the "doc"
 subdirectory.
 
-Please address bug reports to [mailing list](mailto:bdwgc@lists.opendylan.org).
-
 
 ## Installation and Usage
 
@@ -73,6 +71,31 @@ HP-UX/PA-RISC: `aCC -Ae` won't work as a C compiler, since it doesn't support
 inline assembly code.  Use cc.
 
 
+## Feedback, Contribution, Questions and Notifications
+
+Please address bug reports and new feature ideas to
+[GitHub issues](https://github.com/ivmai/libatomic_ops/issues).  Before the
+submission please check that it has not been done yet by someone else.
+
+If you want to contribute, submit
+a [pull request](https://github.com/ivmai/libatomic_ops/pulls) to GitHub.
+
+If you need help, use
+[Stack Overflow](https://stackoverflow.com/questions/tagged/atomic-ops).
+Older questions on the site can be found by
+[this query](https://stackoverflow.com/search?q=atomic_ops).
+Older technical discussions are also available in
+[bdwgc mailing list archive](https://github.com/ivmai/bdwgc/files/1038163/bdwgc-mailing-list-archive-2017_04.tar.gz).
+
+To get new release announcements, subscribe to
+[RSS feed](https://github.com/ivmai/libatomic_ops/releases.atom).
+(To receive the notifications by email, a 3rd-party free service like
+[IFTTT RSS Feed](https://ifttt.com/feed) can be setup.)
+To be notified on all issues, please
+[watch](https://github.com/ivmai/libatomic_ops/watchers) the project on
+GitHub.
+
+
 ## Copyright & Warranty
 
 See doc/LICENSING.txt file.
index c3a8c12e98dec99ac25d3e56c63f4fbccbc19fa5..455f6538a16104d2d455515bbfe6926cd67b1e14 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.7.0],bdwgc@lists.opendylan.org)
+AC_INIT([libatomic_ops],[7.7.0],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])