File: CONTRIBUTING.md

package info (click to toggle)
seastar 25.05.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 7,256 kB
  • sloc: cpp: 89,250; python: 5,066; ansic: 3,452; sh: 1,272; xml: 177; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing Code to Seastar

There are two ways to contribute code to Seastar:
* send your changes as [patches](https://github.com/scylladb/scylla/wiki/Formatting-and-sending-patches) to the [mailing list](https://groups.google.com/forum/#!forum/seastar-dev).
* alternatively, open a [github pull request](https://github.com/scylladb/seastar/pulls).

# Asking questions or requesting help

Use the [Seastar mailing list](https://groups.google.com/forum/#!forum/seastar-dev) for general questions and help.

# Reporting an issue

Please use the [Issue Tracker](https://github.com/scylladb/seastar/issues/) to report issues. Supply as much information about your environment as possible, especially for performance problems.