-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathrequests.html
More file actions
84 lines (72 loc) · 3.11 KB
/
requests.html
File metadata and controls
84 lines (72 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Requesting New Features</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"/style-v2/section-community.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></head><!--
Note: Editing website content is documented at:
https://www.boost.org/development/website_updating.html
-->
<body>
<div id="heading">
<!--#include virtual="/common/heading.html" -->
</div>
<div id="body">
<div id="body-inner">
<div id="content">
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
<h1>Requesting new features for Boost libraries</h1>
</div>
<div class="section-body">
<p>If you have an idea for a feature or improvement to an
existing Boost library - go ahead and post it to either
<a href="/community/groups.html#users">boost-users list</a> or
<a href="/community/groups.html#main">boost mailing list</a>
(if you are posting for the first time, please read our
<a href="https://www.boost.org/more/discussion_policy.htm">discussion
policy</a> before you actually post).</p>
<p>You can also try submitting a feature request to our
<a href="https://github.com/boostorg/">issue tracker</a>
on GitHub, but experience has shown that posting to either of the mailing lists is usually a more effective way to get attention
of boost developers.</p>
<p>If your proposal has its merits, it's very likely that it
will generate a constructive discussion that might actually
result in (sometimes substantial) improvement of the library -
and your name being put on the library's <a href=
"/development/requirements.html#Acknowledgements">Acknowledgements</a>
section!</p>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-community.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="revised">
<p>Revised $Date$</p>
</div>
<div id="copyright">
<p>© Copyright <a href=
"/users/people/aleksey_gurtovoy.html">Aleksey Gurtovoy</a> 2002</p>
</div><!--#include virtual="/common/footer-license.html" -->
</div>
<div id="footer-right">
<!--#include virtual="/common/footer-banners.html" -->
</div>
<div class="clear"></div>
</div>
</body>
</html>