Sync with latest Wiki content, syncthing -> Syncthing

This commit is contained in:
Jakob Borg
2015-05-29 09:10:37 +02:00
parent cbf0766e86
commit 567d3dd0f5
27 changed files with 241 additions and 100 deletions
+40 -3
View File
@@ -26,15 +26,16 @@ error", "Rendered moot by #123" and so on. We don't use the "invalid" or
- **docs** - Something requires documenting.
- **easy** - This could be easily fixed, probably an hours work or
less.
- **easy** - This could be easily fixed, probably an hour's work or
less. These issues are good starting points for new contributors.
- **enhancement** - This is a new feature or an improvement of some
kind, as opposed to a problem (bug).
- **help-wanted** - The core team can't or won't do this, but someone
else is welcome to. This does not mean that help is not wanted on the
*other* issues. You can see this as a soft ``wontfix``.
*other* issues. You can see this as a soft ``wontfix``. (A hard
``wontfix`` is simply a close with a short explanation why.)
- **pr-bugfix** - This pull request *fixes* a bug. This is different
from the ``bug`` label, as there may also be pull requests with for
@@ -48,3 +49,39 @@ error", "Rendered moot by #123" and so on. We don't use the "invalid" or
requires more discussion.
- **protocol** - This requires a change to the protocol.
Milestone
---------
There are milestones for major and sometimes minor versions. An issues
being assigned to a milestone means it is a blocker - the release can't
be made without the issue being closed. Issues not assigned to a
milestone can be handled whenever.
Assignee
--------
Users can be assigned to issues. We don't usually do so. Sometimes
someone assigns themself to an issue to indicate "I'm working on this"
to avoid others doing so too. It's not mandatory.
Locking
-------
We don't normally lock issues (prevent further discussion on them).
There are some exceptions though;
- "Popular" issues that attract lots of "me too" and "+1" comments.
These are noise and annoy people with useless notifications via mail
and in the Github interface. Once the issue is clear and it suffers
from this symptom I may lock it.
- Contentious bikeshedding discussions. After two sides in a discussion
have clarified their points, there is no point arguing endlessly
about it. As above, this may get closed.
- Duplicates. Once an issue has been identified as a duplicate of
another issue, it may be locked to prevent further discussion there.
The intention is to move the discussion to the other (referenced)
issue, while someone just doing a search and jumping on the first
match might otherwise resurrect discussion in the duplicate.