gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 03/10: remove .github


From: gnunet
Subject: [gnurl] 03/10: remove .github
Date: Mon, 18 Nov 2019 18:33:35 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 950bc83faa242fc6cd11e8b132c9dec6cd8c8185
Author: ng0 <address@hidden>
AuthorDate: Sun Nov 17 20:47:03 2019 +0000

    remove .github
---
 .github/CONTRIBUTING.md   | 23 -----------------------
 .github/FUNDING.yml       |  1 -
 .github/ISSUE_TEMPLATE    | 17 -----------------
 .github/lock.yml          |  8 --------
 .github/stale.yml         | 17 -----------------
 .github/workflows/cpp.yml | 17 -----------------
 6 files changed, 83 deletions(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
deleted file mode 100644
index bce89b444..000000000
--- a/.github/CONTRIBUTING.md
+++ /dev/null
@@ -1,23 +0,0 @@
-How to contribute to curl
-=========================
-
-Join the community
-------------------
-
- 1. Click 'watch' on the github repo
-
- 2. Subscribe to the suitable [mailing lists](https://curl.haxx.se/mail/)
-
-Read [CONTRIBUTE](../docs/CONTRIBUTE.md)
----------------------------------------
-
-Send your suggestions using one of these methods:
--------------------------------------------------
-
- 1. in a mail to the mailing list
-
- 2. as a [pull request](https://github.com/curl/curl/pulls)
-
- 3. as an [issue](https://github.com/curl/curl/issues)
-
-/ The curl team!
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index fb9cb5b48..000000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-open_collective: curl
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
deleted file mode 100644
index adda69c91..000000000
--- a/.github/ISSUE_TEMPLATE
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- Only file bugs here! Ask questions on the mailing lists 
https://curl.haxx.se/mail/
-
-     SECURITY RELATED? Post it here: https://hackerone.com/curl
-
-     There are collections of known issues to be aware of:
-     https://curl.haxx.se/docs/knownbugs.html
-     https://curl.haxx.se/docs/todo.html       -->
-
-### I did this
-
-### I expected the following
-
-### curl/libcurl version
-
-[curl -V output]
-
-### operating system
diff --git a/.github/lock.yml b/.github/lock.yml
deleted file mode 100644
index 66e79128e..000000000
--- a/.github/lock.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Configuration for lock-threads - https://github.com/dessant/lock-threads
-
-# Number of days of inactivity before a closed issue or pull request is locked
-daysUntilLock: 90
-# Comment to post before locking. Set to `false` to disable
-lockComment: false
-# Limit to only `issues` or `pulls`
-# only: issues
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index 9bcd4eb1d..000000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 180
-# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 14
-# Issues with these labels will never be considered stale
-exemptLabels:
-  - pinned
-  - security
-# Label to use when marking an issue as stale
-staleLabel: stale
-# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
-  This issue has been automatically marked as stale because it has not had
-  recent activity. It will be closed if no further activity occurs. Thank you
-  for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
deleted file mode 100644
index 9f3b87eb5..000000000
--- a/.github/workflows/cpp.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Build on Ubuntu with default options
-
-on: [push]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    
-    steps:
-    - uses: actions/checkout@v1
-    - name: configure
-      run: ./buildconf && ./configure
-    - name: make
-      run: make
-    - name: make check
-      run: make check

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]