From 37e82626499e1df7c54aeaba0959fd6e7e8dc1e4 Mon Sep 17 00:00:00 2001 From: kortschak Date: Fri, 28 Jul 2017 16:43:23 +0930 Subject: [PATCH] github,README: add issue/pr templates and README explaining closure --- .github/ISSUE_TEMPLATE.md | 4 ++++ .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ README.md | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4719865 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,4 @@ +### This repository is no longer actively maintained. + +Development of the packages in this repository has moved to https://github.com/gonum/gonum. +Please file issues [there](https://github.com/gonum/gonum/issues) after having checked that your issue has not been fixed. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a5312f4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +### This repository is no longer actively maintained. + +Development of the packages in this repository has moved to https://github.com/gonum/gonum. +Please send pull requests [there](https://github.com/gonum/gonum/pulls) after having checked that your addition has not already been made. diff --git a/README.md b/README.md index 5e5cf88..34ef3c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Gonum BLAS [![Build Status](https://travis-ci.org/gonum/blas.svg?branch=master)](https://travis-ci.org/gonum/blas) [![Coverage Status](https://coveralls.io/repos/gonum/blas/badge.svg?branch=master&service=github)](https://coveralls.io/github/gonum/blas?branch=master) [![GoDoc](https://godoc.org/github.com/gonum/blas?status.svg)](https://godoc.org/github.com/gonum/blas) +# This repository is no longer maintained. Development has moved to https://github.com/gonum/gonum. + A collection of packages to provide BLAS functionality for the [Go programming language](http://golang.org)