Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 473a0b2b authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Remove github pipeline as its not required

parent 5a1c6b15
Loading
Loading
Loading
Loading
Loading

.github/FUNDING.yml

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
# These are supported funding model platforms

liberapay: stefan-niedermann
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K7HVLE6J7SXXA
+0 −48
Original line number Diff line number Diff line
---
name: 🐞 Bug report
about: Help us improving by reporting a bug
labels: bug
---

<!--
Guidelines for submitting issues:

* Bug reports which do not fill the complete issue template will be closed.
* Please have a look at our [FAQ](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md)
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* This repository is *only* for issues within the Nextcloud Notes Android app
-->
Please use **[GitHub reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)** 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->


**To Reproduce**
Steps to reproduce the behavior:
1. Go to '…'
2. Click on '…'
3. Scroll down to '…'
4. See error


**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->


**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->


**Smartphone (please complete the following information):**
 - Nextcloud Notes-Version (android app): 
 - F-Droid or Play Store: 
 - Android-Version: 
 - Device: 


**Server**
 - Nextcloud version: 
 - Nextcloud Notes version (server app): 

**Stacktrace**

.github/ISSUE_TEMPLATE/config.yml

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
blank_issues_enabled: false
contact_links:
  - name: 💼 Volume licenses
    url: https://www.niedermann.it/kontakt.html
    about: If you are a company, a club, a university or another organization, please contact us directly for volume licenses.
 No newline at end of file
+0 −25
Original line number Diff line number Diff line
---
name: 🚀 Feature request
about: Suggest an idea for this project
labels: Enhancement
---

<!--
Guidelines for submitting issues:

* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* This repository is *only* for issues within the Nextcloud Notes Android app
-->
Please use **[GitHub reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)** 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when […] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

.github/dependabot.yml

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
version: 2
updates:
- package-ecosystem: gradle
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
Loading