mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Per [XLS-0095](https://xls.xrpl.org/xls/XLS-0095-rename-rippled-to-xrpld.html), we are taking steps to rename ripple(d) to xrpl(d). This change modifies the binary name from `rippled` to `xrpld`, and creates a symlink named `rippled` that points to the `xrpld` binary. Note that https://github.com/XRPLF/rippled/pull/5975 renamed any references to `rippled` in the CMake files and their contents, but explicitly maintained the `rippled` binary name by adding an exception. This change now undoes this exception and adds an explicit symlink instead.
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve xrpld
|
|
title: "[Title with short description] (Version: [xrpld version])"
|
|
labels: ""
|
|
assignees: ""
|
|
---
|
|
|
|
<!-- Please search existing issues to avoid creating duplicates.-->
|
|
|
|
## Issue Description
|
|
|
|
<!--Provide a summary for your issue/bug.-->
|
|
|
|
## Steps to Reproduce
|
|
|
|
<!--List in detail the exact steps to reproduce the unexpected behavior of the software.-->
|
|
|
|
## Expected Result
|
|
|
|
<!--Explain in detail what behavior you expected to happen.-->
|
|
|
|
## Actual Result
|
|
|
|
<!--Explain in detail what behavior actually happened.-->
|
|
|
|
## Environment
|
|
|
|
<!--Please describe your environment setup (such as Ubuntu 18.04 with Boost 1.70).-->
|
|
<!-- If you are using a formal release, please use the version returned by './xrpld --version' as the version number-->
|
|
<!-- If you are working off of develop, please add the git hash via 'git rev-parse HEAD'-->
|
|
|
|
## Supporting Files
|
|
|
|
<!--If you have supporting files such as a log, feel free to post a link here using Github Gist.-->
|
|
<!--Consider adding configuration files with private information removed via Github Gist. -->
|