From: Ivan Maidanski Date: Fri, 2 Jun 2017 04:44:15 +0000 (+0300) Subject: Update README about bugs reporting and new releases notification X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f705a8f82e0c00180f4ab6ef30c7fff8a7468a6c;p=libatomic_ops Update README about bugs reporting and new releases notification * 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. --- diff --git a/README.md b/README.md index 8d066c3..de469d2 100644 --- 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. diff --git a/configure.ac b/configure.ac index c3a8c12..455f653 100644 --- a/configure.ac +++ b/configure.ac @@ -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([])