Unverified Commit cdc215eb authored by Mislav Marohnić's avatar Mislav Marohnić Committed by GitHub
Browse files

Add issue templates (#1889)

parent c97d64e3
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
---
name: "🐛 Bug report"
about: Report a bug with ruby-build. For "BUILD FAILED" scenarios, see below
title: ''
labels: bug
assignees: ''

---

### Steps to reproduce the behavior

### Expected vs. actual behavior

### Logs

<!-- Paste the output from your terminal. Please enclose the pasted content within triple backticks. If the output suggests the full log was written to a file, copy the contents of that file to a new Gist and link it here. -->
+8 −0
Original line number Diff line number Diff line
blank_issues_enabled: true
contact_links:
  - name: BUILD FAILED
    about: Check the Discussions section for reports of a failing Ruby build. Submit your experience (plus logs) if you cannot find reports similar to yours.
    url: https://github.com/rbenv/ruby-build/discussions
  - name: Suggested build environment
    about: Review the instructions about the suggested build environment for your operating system.
    url: https://github.com/rbenv/ruby-build/wiki
+8 −0
Original line number Diff line number Diff line
---
name: " Submit a feature request"
about: Suggest a feature to be added to ruby-build
title: ''
labels: enhancement
assignees: ''

---