@@ -263,6 +263,24 @@ and Cython optimizations.
263
263
<http://astropy.readthedocs.io/en/latest/development/workflow/development_workflow.html> `_
264
264
sections.
265
265
266
+ .. topic :: Continuous Integration (CI)
267
+
268
+ * Travis is used for testing on Linux platforms
269
+ * Appveyor is used for testing on Windows platforms
270
+ * CircleCI is used to build the docs for viewing
271
+
272
+ Please note that if one of the following markers appear in the latest commit
273
+ message, the following actions are taken.
274
+
275
+ ====================== ===================
276
+ Commit Message Marker Action Taken by CI
277
+ ---------------------- -------------------
278
+ [ci skip] CI is skipped completely
279
+ [doc skip] Docs are not built
280
+ [doc quick] Docs built, but excludes example gallery plots
281
+ [doc build] Docs built including example gallery plots
282
+ ====================== ===================
283
+
266
284
.. _filing_bugs :
267
285
268
286
Filing Bugs
@@ -309,10 +327,10 @@ following rules before submitting:
309
327
Issues for New Contributors
310
328
---------------------------
311
329
312
- New contributors should look for the following tags when looking for issues.
313
- We strongly recommend that new contributors tackle "easy" issues first: this
314
- helps the contributor become familiar with the contribution workflow, and
315
- for the core devs to become acquainted with the contributor; besides which,
330
+ New contributors should look for the following tags when looking for issues.
331
+ We strongly recommend that new contributors tackle "easy" issues first: this
332
+ helps the contributor become familiar with the contribution workflow, and
333
+ for the core devs to become acquainted with the contributor; besides which,
316
334
we frequently underestimate how easy an issue is to solve!
317
335
318
336
.. topic :: Easy Tags
@@ -327,7 +345,7 @@ we frequently underestimate how easy an issue is to solve!
327
345
328
346
.. topic :: Need Contributor Tags
329
347
330
- We often use the Need Contributor tag to mark issues regardless of difficulty. Additionally,
348
+ We often use the Need Contributor tag to mark issues regardless of difficulty. Additionally,
331
349
we use the Need Contributor tag to mark Pull Requests which have been abandoned
332
350
by their original contributor and are available for someone to pick up where the original
333
351
contributor left off. The list of issues with the Need Contributor tag can be found
@@ -488,8 +506,8 @@ There are three other tags to help new contributors:
488
506
but is still approachable for someone new to the project.
489
507
490
508
:Needs Contributor:
491
- This tag marks an issue which currently lacks a contributor or a
492
- PR that needs another contributor to take over the work. These
509
+ This tag marks an issue which currently lacks a contributor or a
510
+ PR that needs another contributor to take over the work. These
493
511
issues can range in difficulty, and may not be approachable
494
512
for new contributors. Note that not all issues which need
495
513
contributors will have this tag.
0 commit comments